Add #notice class declaration in soc.css for upcoming notification bar.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Thu, 09 Oct 2008 13:50:44 +0000
changeset 288 46cd7361dcc4
parent 287 847ea0747e4f
child 289 1b63d17d5b62
Add #notice class declaration in soc.css for upcoming notification bar. Patch by: Pawel Solyga Review by: to-be-reviewed
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;
 }