# HG changeset patch # User Pawel Solyga # Date 1223560244 0 # Node ID 46cd7361dcc4f361142426210d70aaf93722682e # Parent 847ea0747e4f89b384f274eb80ec9054098ca23f Add #notice class declaration in soc.css for upcoming notification bar. Patch by: Pawel Solyga Review by: to-be-reviewed diff -r 847ea0747e4f -r 46cd7361dcc4 app/soc/content/css/soc.css --- a/app/soc/content/css/soc.css Thu Oct 09 13:49:41 2008 +0000 +++ b/app/soc/content/css/soc.css Thu Oct 09 13:50:44 2008 +0000 @@ -193,6 +193,11 @@ padding-left: 3px; } +#notice { + margin-left: 200px; + padding: 3px; +} + #logo { padding-right: 18px; position: absolute; @@ -438,6 +443,7 @@ .notice { background:#fad163; + font-size: small; font-weight: bold; }