diff options
| author | jhilden <jakobhilden@gmail.com> | 2009-08-29 19:12:57 -0400 |
|---|---|---|
| committer | jhilden <jakobhilden@gmail.com> | 2009-08-29 19:12:57 -0400 |
| commit | ed9be096535dfbac4d62e0cc74f416a71f67648d (patch) | |
| tree | 3301809705b4418b97673d8f006332111b42fa5f /themes/admin_default/css/admin_screen.css | |
| parent | 39559fdfd09491dce669d0351768fe2b13ccdd03 (diff) | |
| parent | 0aceba6f48e5542d3edfbb1f195af50187adbac4 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes/admin_default/css/admin_screen.css')
| -rw-r--r-- | themes/admin_default/css/admin_screen.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/themes/admin_default/css/admin_screen.css b/themes/admin_default/css/admin_screen.css index 3083114c..fd1ed02e 100644 --- a/themes/admin_default/css/admin_screen.css +++ b/themes/admin_default/css/admin_screen.css @@ -35,13 +35,12 @@ .gSelected img, .gAvailable .gBlock img { float: left; - margin-right: 1em; + margin: 0 1em 1em 0; } .rtl .gSelected img, .rtl .gAvailable .gBlock img { float: right; - margin-left: 1em; } .gSelected { @@ -202,7 +201,7 @@ #gAdminGraphics .gAvailable .gBlock { clear: none; float: left; - height: 16em; + height: 17em; margin-right: 1em; width: 30%; } @@ -263,8 +262,8 @@ li.gGroup { } li.gGroup h4 { - background-color: #EEEEEE; - border-bottom: 1px dashed #CCCCCC; + background-color: #eee; + border-bottom: 1px dashed ccc; padding: .5em 0 .5em .5em; } li.gGroup .gButtonLink { |
