diff --git a/themes/default/css.php b/themes/default/css.php index 5fd03cf916..f86efca208 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -3479,19 +3479,6 @@ else { //default: white float: left; } - div.action_bar > div.heading > div.count { - display: inline-block; - margin-left: 10px; - font-family: ; - font-size: ; - line-height: calc( + 1px); - color: ; - font-weight: ; - border-radius: ; - background-color: ; - padding: ; - } - div.action_bar > div.actions { float: right; white-space: normal; @@ -3526,6 +3513,21 @@ else { //default: white font-size: 1.4em; } +/* COUNT **********************************************************************/ + + div.count { + display: inline-block; + margin-left: 10px; + font-family: ; + font-size: ; + line-height: calc( + 1px); + color: ; + font-weight: ; + border-radius: ; + background-color: ; + padding: ; + } + /* LIST ************************************************************************/ .list { diff --git a/themes/default/template.php b/themes/default/template.php index 13749a5511..4428d101a0 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -1084,7 +1084,7 @@ obj = JSON.parse(this.responseText); //update the domain count - document.getElementById('domain_count').innerText = '('+ obj.length +')'; + document.getElementById('domain_count').innerText = obj.length; //add new options from the json results for (var i=0; i < obj.length; i++) { @@ -1184,7 +1184,7 @@
- {$text.theme_title_domains} + {$text.theme_title_domains}