]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - html/html/themes/ipfire/include/css/style.css
Merge remote-tracking branch 'stevee/squid-zph-qos' into beyond-next
[people/teissler/ipfire-2.x.git] / html / html / themes / ipfire / include / css / style.css
index e33c6e15c4760c194f57cb3b246eefe6f4271ace..0e990d68114e74e5a9478aba8b4a8b39b08e3c1b 100644 (file)
@@ -274,6 +274,8 @@ table {
        border-top: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
        background: #cccccc;
+       padding-left: 0.5em;
+       padding-right: 0.5em;
 }
 
 .tbl th:first-child {
@@ -291,7 +293,10 @@ table {
 .tbl th:only-child {
        border: 1px solid lightgrey;
 }
-
+.tbl td{
+       padding-left: 0.5em;
+       padding-right: 0.5em;
+}
 .tbl tr td:first-child {
        border-left: 1px solid lightgrey;
 }
@@ -300,7 +305,7 @@ table {
        border-right: 1px solid lightgrey;
 }
 
-.tbl tr:first-child td:only-child {
+.tbl tr:first-child td {
        border-top: 1px solid lightgrey;
 }