add pref wizard styles
authorgreg gay <ggay@ocad.ca>
Mon, 12 Apr 2010 20:54:41 +0000 (20:54 -0000)
committergreg gay <ggay@ocad.ca>
Mon, 12 Apr 2010 20:54:41 +0000 (20:54 -0000)
docs/themes/default/styles.css

index f367db9..4f4b046 100644 (file)
@@ -1995,4 +1995,19 @@ border:thin solid #cccccc;
 border-radius:.5em;
 -moz-border-radius:.5em;
 
+}
+
+.wizscreen{
+background-color:#ffffff;
+padding:2em;
+line-height:2em;
+}
+
+.wizscreen > legend{
+padding-left:2em;
+padding-right:2em;
+border:thin solid black;
+background-color:#ffffff;
+color:#0000FF;
+font-weight:bold;
 }
\ No newline at end of file