From c954040189c1a1fe41940dac1ae07157e6f52b7e Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Wed, 20 Sep 2006 07:40:55 +0000 Subject: [PATCH] 'updated CSS for the breadcrumb and calendar arrows' --- theme/chameleon/user_styles.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/theme/chameleon/user_styles.css b/theme/chameleon/user_styles.css index 457f802917..7345b4a6c7 100644 --- a/theme/chameleon/user_styles.css +++ b/theme/chameleon/user_styles.css @@ -151,7 +151,7 @@ div.sideblock div.title h2 { } div.sideblock div.header { background-color: #EEEEEE; - padding: 0.3em 0.3em 0; + padding: 0 0.3em 0.3em; border-width: 1px; border-style: solid; border-color: #DDDDDD #CCCCCC #88DD55 #DDDDDD; @@ -312,3 +312,18 @@ td.categoryboxcontent { border-style: solid; border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF; } +body#admin-roles-manage td.generalboxcontent table td { + padding-left: 0.5em; + padding-right: 0.5em; +} +div.breadcrumb span.sep { + font-family: verdana, arial, helvetica, sans-serif; + color: #449900; +} +div.calendar-controls span.previous { + font-family: verdana, arial, helvetica, sans-serif; +} +div.calendar-controls span.next { + font-family: verdana, arial, helvetica, sans-serif; + text-align: right; +} -- 2.39.5