improved UI for the languages admin

this should take care of bug #329
This commit is contained in:
jhilden
2009-08-28 16:19:41 -04:00
parent 5a2853bca1
commit 1855642bd1
3 changed files with 97 additions and 44 deletions

View File

@@ -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;
}