]> git.mjollnir.org Git - moodle.git/commitdiff
style improvments to popups
authorjulmis <julmis>
Mon, 3 Nov 2003 22:59:06 +0000 (22:59 +0000)
committerjulmis <julmis>
Mon, 3 Nov 2003 22:59:06 +0000 (22:59 +0000)
lib/editor/popups/dialog.css

index 657707ddd259d8ac97ce4794288d2e907442e35b..17b33472fc1a1ae0c8e35b9f5164e89ae9044a25 100644 (file)
 ** Support:      http://richtext.sourceforge.net/
 ** 
 *******************************************************************************/
+html, body {
+  background: ButtonFace;
+  color: ButtonText;
+  font: 11px Tahoma,Verdana,sans-serif;
+  margin: 0px;
+  padding: 0px;
+}
+body { padding: 5px; }
+table {
+font: 11px Tahoma,Verdana,sans-serif;
+}
+form p {
+  margin-top: 5px;
+  margin-bottom: 5px;
+}
+td.smile {
+background-color: transparent;
+font-family: "Courier New", courier;
+font-size: 10pt;
+}
+select, input, button { font: 11px Tahoma,Verdana,sans-serif; }
+button { width: 70px; }
+.space { padding: 2px; }
 
-BODY { background-color: buttonface; }
-TD, INPUT, SELECT { font-family: "MS Sans Serif"; font-size: xx-small; vertical-align: middle; }
-TABLE.dlg { border:0; }
-.dlg TD { align: left; height: 20; }
-.dlg INPUT { border-size: 2px; }
-INPUT.button { border-top: 1px solid white; border-left: 1px solid white;
-border-bottom: 1px solid black; border-right: 1px solid black;
-font-size: x-small; width: 60; }
-SELECT { height: 75%; }
+.title { background: #ddf; color: #000; font-weight: bold; font-size: 120%; padding: 3px 10px; margin-bottom: 10px;
+border-bottom: 1px solid black; letter-spacing: 2px;
+}
+form { padding: 0px; margin: 0px; }