diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-28 17:52:34 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-28 17:52:34 +0000 |
| commit | b5abbc0cbce5815735d840debdffeb636cbfeb1a (patch) | |
| tree | 1637587e18b9fe1b4b253f89ffb4a47be4de205f /roundcubemail/skins/default/editor_content.css | |
| parent | 21a3f2f4da057fea6f4d8f9636e18241e46ffdf6 (diff) | |
- Re-organize editor buttons, add blockquote and search buttons
- Make possible to write inside or after a quoted html message (#1485476)
git-svn-id: https://svn.roundcube.net/trunk@3435 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/editor_content.css')
| -rw-r--r-- | roundcubemail/skins/default/editor_content.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/editor_content.css b/roundcubemail/skins/default/editor_content.css index 946c7bf9e..8569b2fc6 100644 --- a/roundcubemail/skins/default/editor_content.css +++ b/roundcubemail/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%; +} |
