From 99a5970cb11767fcacc3d473469b1c88541edb7a Mon Sep 17 00:00:00 2001 From: julmis Date: Mon, 3 Nov 2003 22:59:06 +0000 Subject: [PATCH] style improvments to popups --- lib/editor/popups/dialog.css | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/lib/editor/popups/dialog.css b/lib/editor/popups/dialog.css index 657707ddd2..17b33472fc 100644 --- a/lib/editor/popups/dialog.css +++ b/lib/editor/popups/dialog.css @@ -42,13 +42,31 @@ ** 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; } -- 2.39.5