diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl index 701b708af..f55f0dda4 100644 --- a/admin/themes/default/template/cat_list.tpl +++ b/admin/themes/default/template/cat_list.tpl @@ -21,7 +21,7 @@ jQuery(document).ready(function(){
- +

{"Add Album"|@translate}

diff --git a/admin/themes/default/template/group_list.tpl b/admin/themes/default/template/group_list.tpl index 8eadb653c..cd53f7a45 100644 --- a/admin/themes/default/template/group_list.tpl +++ b/admin/themes/default/template/group_list.tpl @@ -170,7 +170,7 @@ usersCache.selectize(jQuery('select.UserSearch'));
-
+

{'Add group'|translate}

diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 663a6dd7b..4385dc046 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -136,13 +136,22 @@ ul.actions, .content form#waiting {text-align:center;} } .pagination-per-page span { - color: #777; + color: #c1c1c1; +} + +.pagination-per-page a{ + color:#c1c1c1; } .pagination-per-page a:hover { background-color: #888; color: #444; } +.selected-pagination{ + background:orange!important; + color:#444!important; +} + /* jQuery tooltips */ .ui-tooltip { color: #eee; @@ -1064,6 +1073,11 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; color: #379bbc; } +.icon-blue-full { + background-color:#1C5B88; + color: #379bbc; +} + .icon-green { border:2px solid #4ac641; color: #4ac641; @@ -1206,6 +1220,10 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; border: solid #c76a23 2px; } +.user-groups{ + padding: 6px 15px!important; +} + /*****/ .group-bonus { @@ -1282,4 +1300,13 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; } .user-property-input.user-property-input-password:hover { background-color: #333; -} \ No newline at end of file +} + +.lineView .user-container-initials-wrapper > span { + height: 31px!important; + width: 31px!important; +} + +.storage-chart span{ + opacity:1; +}