summaryrefslogtreecommitdiff
path: root/skins/larry/mail.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-03-21 11:56:21 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-03-21 11:56:21 +0100
commit6996dee8567b32144c10aea5bf8db7feb07c2ce6 (patch)
tree45ef4681f85c9aadd29e9a95936b59bc3a62d8a7 /skins/larry/mail.css
parent4f693e9daa21185761d38dca9a0ba626be8c05cb (diff)
Add switch for text/html alternative part view (#1486939)
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r--skins/larry/mail.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index e6529d118..71ff78598 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -950,7 +950,8 @@ div.hide-headers {
border-radius: 4px;
}
-#messageheader #countcontrols {
+#messageheader #countcontrols,
+#messageheader #formatcontrols {
position: absolute;
top: 8px;
right: 8px;
@@ -958,6 +959,11 @@ div.hide-headers {
white-space: nowrap;
}
+#messageheader #formatcontrols {
+ top: 38px;
+ right: 8px;
+}
+
#messageheader .pagenav .countdisplay {
min-width: 0;
padding-right: 0.5em;