diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-01 17:45:52 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-01 17:45:52 +0200 |
commit | c23aad2feb9923cbf9197f4d99f73978a61de832 (patch) | |
tree | 790552324ff0c554c2df2452108af244e94cd8ea /skins/larry/ie7hacks.css | |
parent | ab08544520cc47b8a63be1737d5d6edb02c511b4 (diff) |
Revert "Add full headers view in message preview window (#1488538)"
This reverts commit af276f21e5364eb65a56b64c3455bc284ff1e2f2.
Conflicts:
CHANGELOG
skins/larry/mail.css
Diffstat (limited to 'skins/larry/ie7hacks.css')
-rw-r--r-- | skins/larry/ie7hacks.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/larry/ie7hacks.css b/skins/larry/ie7hacks.css index 935a504fe..024c35bb2 100644 --- a/skins/larry/ie7hacks.css +++ b/skins/larry/ie7hacks.css @@ -29,7 +29,7 @@ a.deletebutton, .boxfooter .listbutton .inner, .attachmentslist li a.delete, .attachmentslist li a.cancelupload, -#messageheader .iconlink { +#messagepreviewheader .iconlink { /* workaround for text-indent which also offsets the background image */ text-indent: 0; font-size: 0; @@ -45,7 +45,7 @@ a.deletebutton, .pagenav a.button, .pagenav a.button span.inner, -#messageheader .iconlink, +#messagepreviewheader .iconlink, #uploadform a.iconlink { display: inline; } @@ -67,7 +67,7 @@ a.deletebutton, text-align: left; } -#messageheader .iconlink { +#messagepreviewheader .iconlink { color: #fff; height: 14px; } |