diff options
author | Chad Kieffer <chad@2tbsp.com> | 2008-12-25 19:59:15 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2008-12-25 19:59:15 +0000 |
commit | 2c978cb37a9f279a837f459528b4b1e9cc8ae1a7 (patch) | |
tree | 2062e0160d31527cce78070c8b627a792bd23321 | |
parent | b91992187d732c07854fd185e201eff84125a636 (diff) |
Message box style update. A few font-style updates.
-rw-r--r-- | themes/default/css/screen.css | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index ba36274d..05f0b7ec 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -210,6 +210,10 @@ li.gError select { font-size: .8em; } +#gSiteMenu, #gBreadcrumbs, #gTagCloud ul { + font-size: 1.3em; +} + .gItem { font-size: .8em; } @@ -355,15 +359,20 @@ li.gError select { /* Status messages ~~~~~~~~~~~~~~~~~~~~~~~ */ -.gMessages li { +#gMessages { + margin: 0 20px 20px; +} + +#gMessages li { border: 1px solid #ccc; margin: .4em 0; } .gError, .gWarning, .gSuccess, .gHelp, .gInfo { - background-position: .5em .1em; + background-color: #e8e8e8; + background-position: .4em .2em; background-repeat: no-repeat; - padding: .1em .5em .1em 30px; + padding: .2em .5em .2em 30px; } .gError { @@ -445,7 +454,6 @@ li.gError select { #gSiteMenu { border-bottom: 1px solid #ccc; - font-size: 1.2em; padding: 0 20px 0; } @@ -490,7 +498,6 @@ li.gError select { #gBreadcrumbs { padding-left: 20px; - font-size: 1.3em; } #gBreadcrumbs li { @@ -515,7 +522,6 @@ li.gError select { /* Tags and cloud ~~~~~~~~~~~~~~~~~~~~~~~~ */ #gTagCloud ul { - font-size: 1.4em; text-align: justify; } |