diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-02 16:27:45 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-02 16:27:45 +0200 |
commit | 10467e8a5957666051bcb2a48282f49e6688d7d4 (patch) | |
tree | 061dcd8bce0403b5f4d74853fbd1dc5eddcc676c /skins/larry/ie7hacks.css | |
parent | 7257040ca27e02020752d76a4b80e9d3a18c60fb (diff) |
Unify appearence of message view (full and preview); limit number of recipients to be displayed in headers section
Diffstat (limited to 'skins/larry/ie7hacks.css')
-rw-r--r-- | skins/larry/ie7hacks.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/skins/larry/ie7hacks.css b/skins/larry/ie7hacks.css index f15a615ef..6bd07e87e 100644 --- a/skins/larry/ie7hacks.css +++ b/skins/larry/ie7hacks.css @@ -67,16 +67,11 @@ a.deletebutton, text-align: left; } -#messagepreviewheader .iconlink { +#messageheader.previewheader .iconlink { color: #fff; height: 14px; } -#mailview-right #messageheader h2.subject { - position: relative; - left: -56px; -} - #uploadform a.iconlink { text-indent: 0px; } |