]> git.mjollnir.org Git - moodle.git/commitdiff
Styles for notify and notice stuff
authormoodler <moodler>
Tue, 8 Feb 2005 17:11:28 +0000 (17:11 +0000)
committermoodler <moodler>
Tue, 8 Feb 2005 17:11:28 +0000 (17:11 +0000)
theme/standard/styles_color.css
theme/standard/styles_layout.css
theme/standard/styles_moz.css

index 1dc029f8908f351ff78c1b99ddeed44e3177de32..db4d0867ed26d1786019fa4e393b672062c1a3a4 100644 (file)
@@ -70,6 +70,27 @@ th {
 .r1 {  
 }
 
+/* notification messages (can be good or bad) */
+.notifyproblem {
+    background-color:#FFFFFF;
+    color:#660000;
+    padding: 10px;
+    text-align:center;
+    border-style: solid;
+    border-width: 1px;
+    border-color: #000000;
+}
+
+.notifysuccess {
+    background-color:#FFFFFF;
+    color:#006600;
+    padding: 10px;
+    text-align:center;
+    border-style: solid;
+    border-width: 1px;
+    border-color: #000000;
+}
+
 /* header styles */
 
 
index df9813f47dd61cf6acdd4772f53dd056a6f6266f..5880aa4c5ba24be5fcea39601d4710cf0c147493 100644 (file)
     background:transparent;
 }
 
+.continuebutton {
+    text-align: center;
+}
+
 
 /* general styles */
 th {
@@ -527,3 +531,8 @@ body#admin-modules .generaltablecell {
     padding-top: 1px;
     padding-bottom: 1px;
 } 
+
+body#admin-blocks .generaltablecell {
+    padding-top: 1px;
+    padding-bottom: 1px;
+} 
index 4314923e0602193c691a1a330cbf92152c821061..8dba94fe9e6950835c888b54f9f46ac08453ef70 100644 (file)
@@ -3,6 +3,14 @@
     -moz-border-radius:3px;
 }
 
+.notifyproblem {
+    -moz-border-radius:10px;
+}
+
+.notifysuccess {
+    -moz-border-radius:10px;
+}
+
 .sideblock {
     -moz-border-radius-bottomleft:20px;
     -moz-border-radius-bottomright:20px;