File size: 1.06Kb
/*
* WYMeditor : what you see is What You Mean web-based editor
* Copyright (C) 2006 Jean-François Hovinne - Daniel Reszka
* Use of WYMeditor is granted by the terms of the MIT License (http://www.opensource.org/licenses/mit-license.php).
*
* For further information visit:
* http://www.wymeditor.org/
*
* File Name:
* dialog.css
* Dialogs css file.
* See the documentation for more info.
*
* File Authors:
* Daniel Reszka ([email protected])
*/
/* DIALOGS */
.dialog { background: #e1e8f1}
.dialog input { border: 1px solid gray; margin-bottom: 5px; background-color: white; float: left; width: 380px }
.dialog label { float: left; width: 140px; margin: 0 0 0 10px; padding: 0; clear: both; }
.dialog p { margin: 0; padding: 1px 0 }
.dialog textarea { width: 380px; height: 200px; }
.dialog input#bt_submit { margin-left: 150px; background: #EEE ; clear: both; width: 100px}
.dialog input#bt_cancel { margin-left: 5px; background: #EEE ; width: 100px}
.dialog img#image_preview { margin-left: 150px; }