From 77fad166e30e5fd225495c6c78f525d0ce27c7b3 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Wed, 04 Jul 2012 17:39:45 -0400 Subject: [PATCH] Some last layout changes for Larry: move search box to the right, visually connect message list footer to the list --- skins/larry/styles.css | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 0c713fd..063e793 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -316,13 +316,14 @@ .pagenav .countdisplay { display: inline-block; - padding:0 1em; + padding: 3px 1em 0 1em; text-shadow: 0px 1px 1px #fff; min-width: 16em; } .pagenavbuttons { position: relative; + top: -2px; } a.iconbutton { @@ -1275,14 +1276,17 @@ /*** quicksearch **/ #quicksearchbar { - width: 100%; + position: absolute; + right: 1px; + top: 0; + width: 240px; } #quicksearchbar input { width: 176px; margin: 0; - margin-top: 8px; - padding: 2px 30px 2px 34px; + margin-top: 7px; + padding: 3px 30px 3px 34px; height: 18px; background: #f1f1f1; border-color: #ababab; -- Gitblit v1.9.1