From 9e36fba547f96c1ed87dca58418188715c0caa9e Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 22 Nov 2013 09:22:41 -0500
Subject: [PATCH] Fix right margin in mail task interface to be precissely the same as in other tasks
---
skins/larry/styles.css | 2 +-
skins/larry/mail.css | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 90b3511..8e1634a 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -36,7 +36,7 @@
position: absolute;
top: 42px;
left: 0;
- width: 100%;
+ right: 0;
bottom: 0px;
}
@@ -45,7 +45,7 @@
position: absolute;
left: 0;
bottom: 0;
- width: 100%;
+ right: 0;
height: 0;
border-radius: 4px;
border-top: none;
@@ -1359,7 +1359,7 @@
position: absolute;
top: 42px;
left: 0;
- width: 100%;
+ right: 0;
bottom: 0px;
overflow: hidden;
}
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 1a58301..0b2c090 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1734,7 +1734,7 @@
#quicksearchbar {
position: absolute;
- right: 1px;
+ right: 2px;
top: 2px;
width: 240px;
}
--
Gitblit v1.9.1