Mercurial > hg > vamp-website
diff forum/Themes/Vamp/css/editor.css @ 76:e3e11437ecea website
Add forum code
author | Chris Cannam |
---|---|
date | Sun, 07 Jul 2013 11:25:48 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/forum/Themes/Vamp/css/editor.css Sun Jul 07 11:25:48 2013 +0200 @@ -0,0 +1,32 @@ +/* This is the editor's playground (textarea for non-wysiwyg, iframe for wysiwyg). */ +.editor +{ + width: 100%; + max-width: 100%; + min-width: 100%; +} + +.editor, .rich_editor_frame +{ + border: 1px solid #808080; + padding: 2px !important; + margin: 0; +} + +.rich_editor_frame +{ + background: #fff; +} + +/* The resize handle. */ +.richedit_resize +{ + height: 5px; + font-size: 0; + background: #eee url(../images/bbc/resize-handle.gif) no-repeat 50% 1px; + border: 1px solid #ddd; + border-top-width: 0; + cursor: s-resize; + width: 100%; + padding: 0 2px; +} \ No newline at end of file