diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-02-10 06:12:32 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-10 06:12:32 +0000 |
commit | c2eace3e59dcf91020251cbfae6eb759cb964abd (patch) | |
tree | 60c0c1c4756c6df7c43a009d75fcf22b86acf7f6 | |
parent | b2f20ff76649cab714c761e8a43f66e1976cf3d4 (diff) |
Reduce width of add user and group forms.
-rw-r--r-- | themes/default/css/screen.css | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 98205fe3..2c8d4627 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -721,20 +721,20 @@ form p.gError { /* jQuery UI Dialog ~~~~~~~~~~~~~~~~~~~~~~ */ -#gDialog { - font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; - font-size: 1.2em; - text-align: left; -} - .ui-widget-overlay { background: #000; opacity: .7; filter: Alpha(Opacity=70); } -#gDialog form { - width: 500px; +#gDialog { + font-family: inherit; + font-size: inherit; + text-align: left; +} + +#gDialog li { + padding-left: 0; } #gDialog form input[type="text"], @@ -742,8 +742,11 @@ form p.gError { width: 100%; } -#gDialog #gLoginForm { - width: 300px; +#gDialog #gLoginForm, +#gDialog #gAddUserForm, +#gDialog #gAddGroupForm { + margin: 0 auto; + width: 270px; } #gDialog fieldset { @@ -762,10 +765,6 @@ form p.gError { padding: .1em .3em; } -.gButtonLink:hover { - -} - .ui-icon-left .ui-icon { float: left; margin-right: .3em; |