]> git.mjollnir.org Git - moodle.git/commitdiff
merged from 1.6 - some CSS changes
authorurs_hunkler <urs_hunkler>
Tue, 18 Jul 2006 08:10:29 +0000 (08:10 +0000)
committerurs_hunkler <urs_hunkler>
Tue, 18 Jul 2006 08:10:29 +0000 (08:10 +0000)
theme/orangewhite/styles_color.css
theme/orangewhite/styles_fonts.css
theme/orangewhite/styles_layout.css

index eac320d88c6b9a928167f07492b06539350dc3fc..053127e5d4c8818add081e4667c8d26c48bce0d4 100644 (file)
@@ -141,6 +141,9 @@ table.formtable tbody th {
 .generaltable .r1 {
   background-color:#D7D7D7
 }
+.generaltable {
+  border-color: #bbbbbb;
+}
 
 /* kept for backward compatibility with some non-standard modules
    which use these classes for various things */
@@ -681,4 +684,4 @@ body#mod-quiz-report table#attempts .r1 {
 }
 .workshopassessmentheading {
   background-color:#FFEDCE
-}
\ No newline at end of file
+}
index fd4c1af6e31528687cb67e12743c6a01291e3e4b..4632f32f0299c17e73e3b8edbd83a6217426c817 100644 (file)
@@ -89,6 +89,9 @@ pre code {
   font-weight:normal;
   white-space:normal !important
 }
+.generaltable .cell {
+  font-size: 0.8em;
+}
 .warning {
   font-weight:bold;
   font-style:italic
@@ -189,6 +192,9 @@ table.formtable tbody th {
 #admin-config #content > center {
   font-size:0.8em
 }
+#admin-index .generaltable .cell {
+  line-height: 1.9em;
+}
 
 /***
  *** Blocks
index da183de8b2b3c18dba111d1cdb6abf682a3657ee..1955c92aa6bd9ddcbc168ff6da95cf561425274c 100644 (file)
@@ -64,9 +64,9 @@ h6.main {
   width:22%;
   padding:5px
 }
-#middle-column .section .content,
-#middle-column .section .side {
-  border:0 none
+td#middle-column tr.section td.content,
+td#middle-column tr.section td.side {
+  border-style: none;
 }
 .generalbox {
   width:90%
@@ -78,9 +78,16 @@ h6.main {
 .generaltable .smallinfo p {
   margin-top:0
 }
+.generaltable .cell {
+  border-style: none;
+}
 .sitetopiccontent {
   border:0 none
 }
+img.resize {
+  width: 1em;
+  height: 1em;
+}
 
 /***
  *** Header
@@ -154,6 +161,19 @@ h6.main {
   border-width:1px
 }
 
+/***
+ *** Admin
+ ***/
+
+#admin-index #content,
+#admin-lang #content {
+  padding-top: 10px;
+  margin-top: 13px;
+}
+#admin-maintenance #content {
+  padding-bottom: 15px;
+}
+
 /***
  *** Content
  ***/
@@ -215,7 +235,8 @@ h6.main {
 }
 #left-column .sideblock .list .r0,
 #left-column .sideblock .list .r1 {
-  height:2em
+  /* height:2em */
+  min-height:2em
 }
 #left-column .sideblock .list td {
   vertical-align:middle;
@@ -347,4 +368,4 @@ h6.main {
  
 .mod-resource #content {
   margin-top:1px
-}
\ No newline at end of file
+}