comparison forum/Themes/default/css/editor.css @ 76:e3e11437ecea website

Add forum code
author Chris Cannam
date Sun, 07 Jul 2013 11:25:48 +0200
parents
children
comparison
equal deleted inserted replaced
75:72f59aa7e503 76:e3e11437ecea
1 /* This is the editor's playground (textarea for non-wysiwyg, iframe for wysiwyg). */
2 .editor
3 {
4 width: 100%;
5 max-width: 100%;
6 min-width: 100%;
7 }
8
9 .editor, .rich_editor_frame
10 {
11 border: 1px solid #808080;
12 padding: 2px !important;
13 margin: 0;
14 }
15
16 .rich_editor_frame
17 {
18 background: #fff;
19 }
20
21 /* The resize handle. */
22 .richedit_resize
23 {
24 height: 5px;
25 font-size: 0;
26 background: #eee url(../images/bbc/resize-handle.gif) no-repeat 50% 1px;
27 border: 1px solid #ddd;
28 border-top-width: 0;
29 cursor: s-resize;
30 width: 100%;
31 padding: 0 2px;
32 }