web/data/cubicweb.css
changeset 9379 b0b1148b6963
parent 9291 4894bb92558a
child 9380 4f4342ec87ac
--- a/web/data/cubicweb.css	Mon Nov 04 16:06:06 2013 +0100
+++ b/web/data/cubicweb.css	Tue Dec 17 10:49:17 2013 +0100
@@ -361,10 +361,14 @@
   background: %(incontextBoxBodyBg)s;
   display: block;
   font-weight: bold;
+  border-top-left-radius: 6px;
+  border-top-right-radius: 6px;
 }
 
 div.sideBox {
   margin-bottom: 1em;
+  border-top-left-radius: 6px;
+  border-top-right-radius: 6px;
 }
 
 ul.sideBox,
@@ -399,6 +403,8 @@
 div.boxTitle {
   overflow: hidden;
   font-weight: bold;
+  border-top-left-radius: 6px;
+  border-top-right-radius: 6px;
 }
 
 div.boxTitle span {