diff options
author | alecpl <alec@alec.pl> | 2012-03-09 13:23:24 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-03-09 13:23:24 +0000 |
commit | 4be86f3a3779ef86be30e8451750130569d2cacd (patch) | |
tree | 9dc44ebaf3f064609bd92b5a1a7e0118c0cbdedc /skins/larry/mail.css | |
parent | 84d6e279e339cacaea4d3eb61290d54af1c1009b (diff) |
- Unified (single) spellchecker button
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index a9deea6e1..f96827b27 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1166,11 +1166,12 @@ div.message-part blockquote blockquote blockquote { #composebody { position: absolute; - top: 24px; + top: 1px; left: 0; bottom: 0; width: 99%; border: 0; + border-radius: 0; padding: 8px 0 8px 8px; box-shadow: none; resize: none; @@ -1195,11 +1196,6 @@ div.message-part blockquote blockquote blockquote { overflow: auto; } -#spellcheck-control { - margin: 6px 8px; - text-align: right; -} - .defaultSkin table.mceLayout, .defaultSkin table.mceLayout tr.mceLast td { border: 0 !important; |