Move the froxlor - theme further to css, nearly done

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2013-12-30 17:06:36 +01:00
parent e97e377723
commit ffac6e38dc

View File

@@ -109,6 +109,27 @@ td a {
box-shadow:rgba(0,0,0,0.34902) 0 1px 3px 0; box-shadow:rgba(0,0,0,0.34902) 0 1px 3px 0;
} }
table.bradius {
width: 100%;
border-spacing: 0;
background-color: #f8f8f8;
border-top: 0;
border-left: 1px solid #666;
border-bottom: 1px solid #666;
border-collapse: separate;
-webkit-border-top-right-radius:20px;
-webkit-border-bottom-left-radius:20px;
-moz-border-radius-topright:20px;
-moz-border-radius-bottomleft:20px;
border-top-right-radius:20px;
border-bottom-left-radius:20px;
border-collapse: separate;
}
table.bradius tbody tr td {
border-right: 1px solid #666;
}
.topheader { .topheader {
background:#cccccc url('../img/header_g_froxlor.png') 0 bottom repeat-x; background:#cccccc url('../img/header_g_froxlor.png') 0 bottom repeat-x;
top:0; top:0;
@@ -241,6 +262,13 @@ footer img {
border:1px solid #666; border:1px solid #666;
background-color:#f8f8f8; background-color:#f8f8f8;
} }
.tinyform tbody tr:first-child td:last-child {
-webkit-border-top-right-radius:20px;
-moz-border-radius-topright:20px;
border-top-right-radius:20px;
}
.fullform p { .fullform p {
margin:10px!important; margin:10px!important;
} }
@@ -568,12 +596,16 @@ table tr.top td {
vertical-align: top; vertical-align: top;
} }
table thead th,table th { table thead th {
border-top:1px solid #d1d5d8; color: #fff;
border-bottom:1px solid #d1d5d8; background-color: #176fa1;
height:25px!important; border: 1px solid #176fa1;
padding:5px 0 5px 8px; -webkit-border-top-right-radius: 20px;
font-weight:700; -webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
} }
table thead:first-child th,table:first-child th { table thead:first-child th,table:first-child th {
@@ -582,6 +614,8 @@ table thead:first-child th,table:first-child th {
table th { table th {
border-top:0; border-top:0;
font-weight:700;
text-align:center;
} }
table th.right, table td.right { table th.right, table td.right {
@@ -616,10 +650,32 @@ table tbody td {
border-bottom:1px solid #f1f2f3; border-bottom:1px solid #f1f2f3;
} }
table tbody tr {
background-color: #fff;
}
table tbody tr:last-child td { table tbody tr:last-child td {
border-bottom:0; border-bottom:0;
} }
table tbody tr:last-child td:first-child {
border-bottom:0;
}
table.bradius tfoot tr:last-child td:first-child, table.bradius tbody tr:last-child td:first-child {
border-bottom:0;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
}
table.bradius tfoot tr:last-child td {
border-right:1px solid #000;
}
.formtable { .formtable {
width:100%; width:100%;
border-spacing:0; border-spacing:0;