themes/openwrt: use new css class to straight out upper left corner in tabbed sections
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 30 Sep 2011 14:14:58 +0000 (14:14 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 30 Sep 2011 14:14:58 +0000 (14:14 +0000)
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css

index f08e2d2..e820229 100644 (file)
@@ -631,6 +631,10 @@ div.cbi-section-remove {
        position: relative;
 }
 
        position: relative;
 }
 
+.cbi-section-node-tabbed {
+       border-top-left-radius: 0;
+}
+
 .cbi-section-node .cbi-value-last {
        border-bottom: none;
 }
 .cbi-section-node .cbi-value-last {
        border-bottom: none;
 }