We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5203438 commit 269542cCopy full SHA for 269542c
interface/web/themes/default/assets/stylesheets/ispconfig.css
@@ -1,5 +1,6 @@
1
body {
2
- overflow-y: scroll; }
+ overflow-y: scroll;
3
+ overflow-x: hidden; }
4
5
.left {
6
float: left; }
@@ -421,7 +422,7 @@ ul.gs-resultbox li.gs-cheader p.gs-cheader-limit {
421
422
ul.df-resultbox li.df-cdata img,
423
ul.gs-resultbox li.gs-cdata img {
424
margin-right: 12px; }
-
425
+
426
ul.df-resultbox li.df-cdata p span.df-cdata-title,
427
ul.gs-resultbox li.gs-cdata p span.gs-cdata-title {
428
font-weight: bold; }
@@ -798,4 +799,3 @@ span.notification_text {
798
799
#apache_directives, #nginx_directives, #proxy_directives {
800
font-family: Consolas, "Courier New", Courier, monospace;
801
}
0 commit comments