diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-29 10:49:25 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-29 10:49:25 -0700 |
commit | 1527f149a90a46428c48b4b811d4b8ecc10b9d2c (patch) | |
tree | 5132259e5e703dce92e8a025d007de3b220d8457 /themes/admin_default/css | |
parent | b833cb607323000b987428c94995e18a9d07df65 (diff) | |
parent | b518a5173da57d65d454518fd2400fe28cdfef3c (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes/admin_default/css')
-rw-r--r-- | themes/admin_default/css/admin_screen.css | 28 | ||||
-rw-r--r-- | themes/admin_default/css/screen.css | 2 |
2 files changed, 26 insertions, 4 deletions
diff --git a/themes/admin_default/css/admin_screen.css b/themes/admin_default/css/admin_screen.css index d408acf0..3083114c 100644 --- a/themes/admin_default/css/admin_screen.css +++ b/themes/admin_default/css/admin_screen.css @@ -451,8 +451,30 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser { cursor: pointer; } -#gLanguageSettingsForm .checklist li { - width: 150px; - overflow: hidden; +#gLanguagesForm table { + width: 400px; + float: left; + margin: 0 3em 1em 0; +} +#gLanguagesForm .installed { + background-color: #EEEEEE; +} +#gLanguagesForm .default { + background-color: #C5DBEC; + font-weight: bold; +} +#gLanguagesForm input { + clear: both; } +#gTranslations { + padding: 2em 0 0 0; + clear: both; +} +#gTranslations .gButtonLink { + padding: .5em; +} + +.gDocLink { + float: right; +} diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 88631e81..062c0e41 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -276,7 +276,7 @@ li.gError select { /* Status messages ~~~~~~~~~~~~~~~~~~~~~~~ */ #gMessage { - width: 99%; + width: 100%; } #gAdminAkismet .gSuccess, |