merged from 1.9 :: MDL-13418, MDL-13422, MDL 13597 :: corrected CSS issues

This commit is contained in:
urs_hunkler
2008-02-24 21:16:07 +00:00
parent 2f3f505f78
commit bd1dcdc82e
2 changed files with 20 additions and 1 deletions
+4
View 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;
}
+16 -1
View 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;