summaryrefslogtreecommitdiff
path: root/skins/larry/mail.css
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-06-30 09:19:08 +0200
committerAleksander Machniak <alec@alec.pl>2014-06-30 09:19:08 +0200
commita292e4f5244a709f239d997dbe0d58493cfb01da (patch)
tree95c4f0601178414313c9e75b06524ef5707108b2 /skins/larry/mail.css
parentb0f816fa4b7db7db2f853698e6668ffad16b0a9b (diff)
Unify default width of resizable UI elements (#1488837)
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r--skins/larry/mail.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 9a700416f..3c7ed77e9 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -14,7 +14,7 @@
position: absolute;
top: 0;
left: 0;
- width: 220px;
+ width: 200px;
bottom: 0;
z-index: 2;
}
@@ -22,7 +22,7 @@
#mailview-right {
position: absolute;
top: 0;
- left: 232px;
+ left: 212px;
right: 0;
bottom: 0;
z-index: 3;
@@ -1297,14 +1297,14 @@ div.message-partheaders .headers-table td.header {
position: absolute;
top: 0;
left: 0;
- width: 250px;
+ width: 200px;
bottom: 0;
}
#composeview-right {
position: absolute;
top: 0;
- left: 262px;
+ left: 212px;
right: 0;
bottom: 0;
}