]> git.mjollnir.org Git - moodle.git/commitdiff
'updated CSS for the breadcrumb and calendar arrows'
authorurs_hunkler <urs_hunkler>
Wed, 20 Sep 2006 07:40:55 +0000 (07:40 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 20 Sep 2006 07:40:55 +0000 (07:40 +0000)
theme/chameleon/user_styles.css

index 457f802917cb666c594e859b3845ff13cc729b51..7345b4a6c7f908f92124fb057b762645f9835ddc 100644 (file)
@@ -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;
+}