]> git.mjollnir.org Git - moodle.git/commitdiff
notice boxes are now 60% of page width - 100% looked too wide for most notice boxes
authorskodak <skodak>
Tue, 27 Feb 2007 21:44:18 +0000 (21:44 +0000)
committerskodak <skodak>
Tue, 27 Feb 2007 21:44:18 +0000 (21:44 +0000)
theme/standard/styles_layout.css

index 649659983c90ecef2702c437aa110af314a33b30..da635edae53caf8ace1742c58152b5be9273d069 100644 (file)
@@ -182,6 +182,12 @@ img.grouppicture {
   padding:10px;
 }
 
+#notice, box {
+  width: 60%;
+  margin-left:auto;
+  margin-right:auto;
+}
+
 #notice .buttons {
   text-align:center  
 }