]> git.mjollnir.org Git - moodle.git/commitdiff
merged from 1.9 :: MDL-13418, MDL-13422, MDL 13597 :: corrected CSS issues
authorurs_hunkler <urs_hunkler>
Sun, 24 Feb 2008 21:16:07 +0000 (21:16 +0000)
committerurs_hunkler <urs_hunkler>
Sun, 24 Feb 2008 21:16:07 +0000 (21:16 +0000)
theme/custom_corners/styles_ie6.css
theme/custom_corners/user_styles.css

index a1c62bddf76aef9fcc6954bed96e470c4bb22a06..c5233faa32eac0fc2927b9b2908ff9c9d9f26156 100644 (file)
@@ -50,6 +50,10 @@ div.sideblock ul.list li {
   padding-left: 18px;
   margin-left: 19px;
 }
+div.block_rss_client ul.list li {
+  padding-left: 0;
+  margin-left: 0;
+}
 div.block_admin div.column.c0 {
   margin-left: -18px;
 }
index 3b5ce98d79592d2643dd1c8ce2502bb836b715d6..255fb50e0d71cc268030532070de76a7204abfc9 100644 (file)
@@ -1,3 +1,4 @@
+/* @override http://ubuntu.userver.lan/moodle_19/theme/custom_corners/user_styles.css */
 body {
   font-size: 100%;
   color: #333333;
@@ -126,11 +127,16 @@ div.informationbox {
 }
 table.userinfobox {
   border: 1px solid #DDDDDD;
+  margin: 0 auto 5px;
 }
 div.errorbox {
   background-color: #E88;
   border-color: #660000;
 }
+table.environmenttable span.error {
+  background-color: #E88;
+  color: inherit;
+}
 p.copyright {
   text-align: center;
 }
@@ -138,6 +144,12 @@ body#admin-index div.adminwarning {
   border-style: none;
   margin: 20px 30px;
 }
+body#admin-index .c1 {
+  vertical-align: top;
+}
+td.cell {
+  vertical-align: top;
+}
 div.headermenu {
   margin: 0;
   padding: 3px;
@@ -401,6 +413,9 @@ div.sideblock ul.list li {
   clear: left;
   padding-left: 18px;
 }
+div.block_rss_client ul.list li {
+  padding-left: 0;
+}
 div.sideblock div.column.c0 {
   margin-left: -19px;
 }
@@ -511,7 +526,7 @@ body#admin-langimport div.generalbox {
   border-style: none;
 }
 div.htmlarea iframe{
-  width: 600px !important;
+  /*width: 600px !important;*/
 }
 div#header-home {
   position: relative;