froxlor.css: fixed corners of add/edit forms

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2013-12-30 18:30:02 +01:00
parent 3e5e4790bf
commit a2f7025940

View File

@@ -186,6 +186,22 @@ table.bradius tfoot tr:last-child td {
border-bottom: 1px dotted #ccc;
}
.formtable tbody tr th {
background-color: rgb(245, 245, 245);
}
.formtable tbody tr:first-child th {
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
}
.formtable tfoot tr:last-child td:first-child {
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-left-radius: 20px;
}
table tfoot td {
height:25px;
border-top:0;