MDL-32321 theme_formal_white: added autolink and adminwarning.maturityinfo.maturity* classes

This commit is contained in:
Kordan 2012-05-08 10:47:29 +02:00
parent e16e2300c5
commit 27912e600b
2 changed files with 8 additions and 0 deletions

View File

@ -47,6 +47,12 @@ textarea {
text-align: right;
}
#page-admin-index .adminwarning.maturityinfo.maturity50,
#page-admin-index .adminwarning.maturityinfo.maturity100,
#page-admin-index .adminwarning.maturityinfo.maturity150 {
background-color: #C2E3C2;
}
.dir-rtl .loginbox .loginform .form-label {
float: none;
width: 100%;

View File

@ -14,6 +14,8 @@ a:link {text-decoration:none;color:black;}
a:visited {text-decoration:none;color:black;}
a:hover {text-decoration:underline;color:black;}
a.autolink {text-decoration:underline;}
h1 {font-size:140%;font-weight:bold;}
h2 {font-size:130%;}
h3 {font-size:120%;}