File "editor_dialog.css"
Full Path: /home/analogde/www/private/templates/common/editor_dialog.css
File size: 1.38 KB
MIME-type: text/plain
Charset: utf-8
/* ==================================================================
* Gossamer Threads Module Library - http://gossamer-threads.com/
*
* dialog
* Author : Scott Beck
* $Id: editor_dialog.css,v 1.3 2004/01/23 00:47:15 bao Exp $
*
* Copyright (c) 2000 Gossamer Threads Inc. All Rights Reserved.
* ==================================================================
*
* Description: Style sheet for dialog pop-ups.
*/
BODY {
font-family : "MS Sans Serif";
font-size : 8pt;
background-color : buttonface;
margin : 0;
}
TD {
font-family : "MS Sans Serif";
font-size : 8pt;
}
.sample {
font-family : "MS Sans Serif";
border-left : buttonshadow solid 1px;
border-bottom : buttonhighlight solid 1px;
border-right : buttonhighlight solid 1px;
border-top : buttonshadow solid 1px;
overflow : hidden;
background-color : buttonface;
}
.button {
font-family : "MS Sans Serif";
background-color : buttonface;
font-size : 8pt;
width : 80px;
}
select {
font-family : "MS Sans Serif";
font-size : 8pt;
border-bottom : buttonhighlight solid 2px;
border-left : buttonshadow solid 2px;
border-right : buttonhighlight solid 2px;
border-top : buttonshadow solid 2px;
overflow : hidden;
cursor : default;
}