From 9d3a523afdf3f69bbec53840a134807edb2415f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benoi=CC=82t=20Pin?= Date: Thu, 17 Oct 2013 17:14:04 +0200 Subject: [PATCH] =?utf8?q?Changements=20cosm=C3=A9tiques=C2=A0:=20arrondis?= =?utf8?q?=20sur=20les=20=C3=A9tiquettes=20d'onglets.=20Pointill=C3=A9s.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- skins/custom_generic/zpt_stylesheet.css.dtml | 4 ++-- skins/generic/plinn_style.css.dtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/skins/custom_generic/zpt_stylesheet.css.dtml b/skins/custom_generic/zpt_stylesheet.css.dtml index 53aea26..84442d4 100644 --- a/skins/custom_generic/zpt_stylesheet.css.dtml +++ b/skins/custom_generic/zpt_stylesheet.css.dtml @@ -245,8 +245,7 @@ textarea { } .contentTabs a, -.contentTabs a:visited -{ +.contentTabs a:visited { background-color: &dtml-tabsBackgroundColor;; color: &dtml-tabsFontColor;; margin-right: 0.5em; @@ -254,6 +253,7 @@ textarea { border-left : 1px dashed &dtml-tabsBorderColor;; border-top : 1px dashed &dtml-tabsBorderColor;; border-right : 1px dashed &dtml-tabsBorderColor;; + border-radius:7px 7px 0 0; } .contentTabs a:hover, .contentTabs a:active { 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;; } -- 2.20.1