diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-11-22 15:22:41 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-11-22 15:22:41 +0100 |
commit | 9e36fba547f96c1ed87dca58418188715c0caa9e (patch) | |
tree | 0411165d2d981c4be0fe1c405b3c9bd44dbd3546 /skins/larry/styles.css | |
parent | f4d0fb395527e8bee746e759418889732c9d0ee8 (diff) |
Fix right margin in mail task interface to be precissely the same as in other tasks
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 1a583010f..0b2c0904f 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1734,7 +1734,7 @@ ul.proplist li { #quicksearchbar { position: absolute; - right: 1px; + right: 2px; top: 2px; width: 240px; } |