diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-03-16 05:50:05 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-03-16 05:50:05 +0000 |
| commit | c377ffc2a5cc334981ab81e96ae0bc18a868edf7 (patch) | |
| tree | 2f2c508bee2fb47d58d28e53df35c01fee4aa594 /themes/admin_default/css | |
| parent | 542ab6db1f13541cbda4e3eaafc27f57623d32b3 (diff) | |
Ticket #97. Applied button css where missing. Minor form css improvements.
Diffstat (limited to 'themes/admin_default/css')
| -rw-r--r-- | themes/admin_default/css/screen.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index baf85855..f5ebb50c 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -289,6 +289,10 @@ li.gGroup { float: left; padding: .2em .2em 0 .1em; } +#gProgress button { + float: right; + margin-top: 1em; +} /** ******************************************************************* * 7) Server Add |
