diff options
| author | jhilden <jakobhilden@gmail.com> | 2009-08-28 20:53:06 -0400 |
|---|---|---|
| committer | jhilden <jakobhilden@gmail.com> | 2009-08-28 20:53:06 -0400 |
| commit | c234f9fd392d355bb7a143e28474bb689ed65e48 (patch) | |
| tree | dec3a3c6eff4869440a796a1e79232008f56c1c2 /themes/admin_default/css | |
| parent | 1ce8643b8056266139552045fcdb48bbdb9c665b (diff) | |
improved translations admin interface
Diffstat (limited to 'themes/admin_default/css')
| -rw-r--r-- | themes/admin_default/css/admin_screen.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/themes/admin_default/css/admin_screen.css b/themes/admin_default/css/admin_screen.css index 913631dc..3083114c 100644 --- a/themes/admin_default/css/admin_screen.css +++ b/themes/admin_default/css/admin_screen.css @@ -463,8 +463,18 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser { background-color: #C5DBEC; font-weight: bold; } -#gLanguagesForm input, #gShareTranslationsForm, #gLanguages h2 { +#gLanguagesForm input { clear: both; } +#gTranslations { + padding: 2em 0 0 0; + clear: both; +} +#gTranslations .gButtonLink { + padding: .5em; +} +.gDocLink { + float: right; +} |
