X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/b3b52f5b0ad754fd9036f816d0ab8e98a5373f40..d56af7d5daf44cca8a2d834be055c91c7dc48643:/skins/generic/plinn_style.css.dtml diff --git a/skins/generic/plinn_style.css.dtml b/skins/generic/plinn_style.css.dtml index efa3f70..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 { @@ -189,7 +188,7 @@ table.assign_global_roles { margin-left : 0 ; color: &dtml-bulletColor;; list-style-position : inside ; - list-style-image : url(list_bullet.gif); + list-style-image : url(&dtml-portal_url;/list_bullet.png); } .tree_box table { @@ -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;; }