/* ================================================================== * Gossamer Threads Module Library - http://gossamer-threads.com/ * * dialog * Author : Scott Beck * $Id: editor_dialog.css,v 1.6 2004/10/14 22:35:14 bao Exp $ * * Copyright (c) 2000 Gossamer Threads Inc. All Rights Reserved. * ================================================================== * * Description: Style sheet for dialog pop-ups. */ BODY { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12px; background-color : buttonface; margin : 0; } TD { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12px; } .sample { font-family : Verdana, Arial, Helvetica, 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 : Verdana, Arial, Helvetica, sans-serif; background-color : buttonface; font-size : 11px; width : 80px; } select { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 11px; border-bottom : buttonhighlight solid 2px; border-left : buttonshadow solid 2px; border-right : buttonhighlight solid 2px; border-top : buttonshadow solid 2px; overflow : hidden; cursor : default; }