diff options
author | jhilden <jakobhilden@gmail.com> | 2009-08-28 16:19:41 -0400 |
---|---|---|
committer | jhilden <jakobhilden@gmail.com> | 2009-08-28 16:19:41 -0400 |
commit | 1855642bd169a1cae69cd9efb8da4458ea6e4a3c (patch) | |
tree | c177a9efafeb9c58db2fb259eb3492eebe1853d2 /themes/admin_default/css | |
parent | 5a2853bca1ea9a9231e01814df9aa373bf50d19c (diff) |
improved UI for the languages admin
this should take care of bug #329
Diffstat (limited to 'themes/admin_default/css')
-rw-r--r-- | themes/admin_default/css/admin_screen.css | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/themes/admin_default/css/admin_screen.css b/themes/admin_default/css/admin_screen.css index d408acf0..913631dc 100644 --- a/themes/admin_default/css/admin_screen.css +++ b/themes/admin_default/css/admin_screen.css @@ -451,8 +451,20 @@ 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, #gShareTranslationsForm, #gLanguages h2 { + clear: both; +} + |