diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-28 15:50:52 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-28 15:50:52 -0600 |
| commit | d1a44af862e08676eaecde62e71597ed1eae85ec (patch) | |
| tree | 3a7823695fe8faa151fe8f3b7d7f052db9d5eedd /themes/admin_default/css | |
| parent | c428e49f3273f04fd220107b4992e6177aa1b265 (diff) | |
| parent | 31d63a0d0a27212435a78eb38461320f486b5f95 (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 | 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; +} + |
