1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 19:02:39 +02:00

Sort languages in Admin Navigation. Removed false positive from language-checker error detection. Improved admin login error handling.

This commit is contained in:
Cameron
2015-09-05 20:02:51 -07:00
parent 72c93e93a2
commit de49a2cce9
5 changed files with 39 additions and 9 deletions

View File

@@ -143,6 +143,12 @@ table label.checkbox { margin-left: 20px }
#admin-ui-edit { }
#admin-ui-edit-db-language { margin-bottom: -30px; padding-bottom:5px; padding-right:5px }
#admin-ui-list-db-language span,
#admin-ui-edit-db-language span { color: #FAA732; cursor: help; }
#admin-ui-edit-db-language span.default,
#admin-ui-list-db-language span.default { color: white }
td.options .btn-group { display: flex; }
.table .nav-tabs a,