X-Git-Url: https://scm.cri.mines-paristech.fr/git/Plinn.git/blobdiff_plain/2588b51e00f5bc3ba9760cf15680a89e87bc86cc..9d3a523afdf3f69bbec53840a134807edb2415f2:/skins/generic/plinn_style.css.dtml?ds=sidebyside diff --git a/skins/generic/plinn_style.css.dtml b/skins/generic/plinn_style.css.dtml index 17128b1..a6f06d0 100644 --- a/skins/generic/plinn_style.css.dtml +++ b/skins/generic/plinn_style.css.dtml @@ -176,9 +176,8 @@ table.assign_global_roles { } .boxes_container th { - background-color: &dtml-boxeHeaderBackgroundColor;; color: &dtml-fontColor;; - border-bottom: &dtml-tabsBorderWidth; solid &dtml-boxesBorderColor;; + border-bottom: thin dotted &dtml-boxesBorderColor;; } .boxes_container ul { @@ -204,6 +203,7 @@ table.assign_global_roles { .clipboard, .news_box { border: &dtml-tabsBorderWidth; solid &dtml-tabsBorderColor;; + border-radius:7px; } .news_box td.even { background-color: &dtml-evenRowBackgroundColor;; }