From 27912e600be09ca782e4d7b3bf7caffb9f29d5ef Mon Sep 17 00:00:00 2001 From: Kordan Date: Tue, 8 May 2012 10:47:29 +0200 Subject: [PATCH] MDL-32321 theme_formal_white: added autolink and adminwarning.maturityinfo.maturity* classes --- theme/formal_white/style/core.css | 6 ++++++ theme/formal_white/style/formal_white.css | 2 ++ 2 files changed, 8 insertions(+) diff --git a/theme/formal_white/style/core.css b/theme/formal_white/style/core.css index f64c82537c9..128d66c69d4 100644 --- a/theme/formal_white/style/core.css +++ b/theme/formal_white/style/core.css @@ -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%; diff --git a/theme/formal_white/style/formal_white.css b/theme/formal_white/style/formal_white.css index 971062735e3..4cad85c3340 100644 --- a/theme/formal_white/style/formal_white.css +++ b/theme/formal_white/style/formal_white.css @@ -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%;}