diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-01-13 05:12:46 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-13 05:12:46 +0000 |
| commit | 2fb5a0efb16978fb57eb8cc57ce392c4ba191019 (patch) | |
| tree | d17d828183493b81b3139ba11f9963710dd02db7 /themes/admin_default/css | |
| parent | 16bebdca068eebedb1eea71e04d986936561e8fc (diff) | |
fix up the selected theme, too.
Diffstat (limited to 'themes/admin_default/css')
| -rw-r--r-- | themes/admin_default/css/screen.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index a1ea09a4..06ebc582 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -102,12 +102,17 @@ * Stuff that needs a home or needs to be organized *********************************************************************/ -#gAdminGraphics #gSelectedToolkit img, -#gAdminThemes #gSelectedTheme img { +#gAdminGraphics #gSelectedToolkit img { float: right; margin-right: 1em; } +#gAdminThemes #gSelectedTheme img { + float: left; + margin-right: 1em; +} + +#gAdminThemes #gSelectedTheme div.gBlock, #gAdminGraphics #gSelectedToolkit div.gBlock { width: 700px; height: 140px; |
