From a2f702594005492c83cf88e9a0f3165d5d95a9f0 Mon Sep 17 00:00:00 2001 From: "Florian Aders (EleRas)" Date: Mon, 30 Dec 2013 18:30:02 +0100 Subject: [PATCH] froxlor.css: fixed corners of add/edit forms Signed-off-by: Florian Aders (EleRas) --- templates/Sparkle/assets/css/froxlor.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/templates/Sparkle/assets/css/froxlor.css b/templates/Sparkle/assets/css/froxlor.css index 336167c1..6edbb481 100644 --- a/templates/Sparkle/assets/css/froxlor.css +++ b/templates/Sparkle/assets/css/froxlor.css @@ -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;