Chris@76: /* This is the editor's playground (textarea for non-wysiwyg, iframe for wysiwyg). */ Chris@76: .editor Chris@76: { Chris@76: width: 100%; Chris@76: max-width: 100%; Chris@76: min-width: 100%; Chris@76: } Chris@76: Chris@76: .editor, .rich_editor_frame Chris@76: { Chris@76: border: 1px solid #808080; Chris@76: padding: 2px !important; Chris@76: margin: 0; Chris@76: } Chris@76: Chris@76: .rich_editor_frame Chris@76: { Chris@76: background: #fff; Chris@76: } Chris@76: Chris@76: /* The resize handle. */ Chris@76: .richedit_resize Chris@76: { Chris@76: height: 5px; Chris@76: font-size: 0; Chris@76: background: #eee url(../images/bbc/resize-handle.gif) no-repeat 50% 1px; Chris@76: border: 1px solid #ddd; Chris@76: border-top-width: 0; Chris@76: cursor: s-resize; Chris@76: width: 100%; Chris@76: padding: 0 2px; Chris@76: }