Made the headers in froxlor theme a little more pleasent to view

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-02-12 10:01:52 +01:00
parent 97154d2065
commit 125b648af7

View File

@@ -107,7 +107,6 @@ nav div:last-child {
/* TABLES */ /* TABLES */
table { table {
border-radius: 0;
border: 1px solid #666; border: 1px solid #666;
-webkit-border-top-right-radius:20px; -webkit-border-top-right-radius:20px;
-webkit-border-bottom-left-radius:20px; -webkit-border-bottom-left-radius:20px;
@@ -123,6 +122,15 @@ table thead th, table th {
background-color: #176fa1; background-color: #176fa1;
border: 1px solid #176fa1; border: 1px solid #176fa1;
text-align: center; text-align: center;
}
table thead th:last-child {
-webkit-border-top-right-radius:20px;
-moz-border-radius-topright:20px;
border-top-right-radius:20px;
}
table tfoot tr td {
-webkit-border-top-right-radius: 20px; -webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px; -webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topright: 20px; -moz-border-radius-topright: 20px;
@@ -131,7 +139,7 @@ table thead th, table th {
border-bottom-left-radius: 20px; border-bottom-left-radius: 20px;
} }
table tfoot tr td { table.hl tbody tr:hover:last-child td:first-child {
-webkit-border-top-right-radius: 20px; -webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px; -webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topright: 20px; -moz-border-radius-topright: 20px;
@@ -198,12 +206,7 @@ select {
padding:0; padding:0;
} }
.dboarditem th,.dboarditemfull th {
}
.dboarditem td,.dboarditemfull td { .dboarditem td,.dboarditemfull td {
border-bottom:1px dotted #ccc;
padding-left:20px; padding-left:20px;
} }