summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-03-28 17:52:34 +0000
committeralecpl <alec@alec.pl>2010-03-28 17:52:34 +0000
commit7a48e5539f2d2f1346d9f87a3c06c281a3078aa1 (patch)
treea1187d4eae8a0f8f58124dd1828f49242bcf78c2 /skins
parent79990754f61617615cc30a2470672c7db3658e7d (diff)
- Re-organize editor buttons, add blockquote and search buttons
- Make possible to write inside or after a quoted html message (#1485476)
Diffstat (limited to 'skins')
-rw-r--r--skins/default/editor_content.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/default/editor_content.css b/skins/default/editor_content.css
index 946c7bf9e..8569b2fc6 100644
--- a/skins/default/editor_content.css
+++ b/skins/default/editor_content.css
@@ -22,3 +22,10 @@ pre
white-space: pre;
word-wrap: break-word; /* IE (and Safari) */
}
+blockquote
+{
+ padding-left:5px;
+ border-left:#1010ff 2px solid;
+ margin-left:5px;
+ width:100%;
+}