From 9e89c876013558ba5f22657e37ed1230c4b65cdf Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 12 May 2014 18:12:40 +0200 Subject: Define generic styles for a search boxe inside list widgets --- skins/larry/mail.css | 17 ----------------- skins/larry/styles.css | 20 ++++++++++++++++++++ skins/larry/templates/compose.html | 6 +++--- 3 files changed, 23 insertions(+), 20 deletions(-) (limited to 'skins/larry') diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 3ec14568f..5bcada438 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1274,23 +1274,6 @@ div.message-partheaders .headers-table td.header { bottom: 0; } -#composequicksearch { - position: relative; - padding: 4px; - background: #c7e3ef; -} - -#composequicksearch .searchbox input { - width: 100%; - height: 26px; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -#composequicksearch #searchmenulink { - width: 15px; -} - #compose-contacts #directorylist { border-bottom: 4px solid #c7e3ef; } diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 580b20f1a..106279828 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -433,11 +433,17 @@ a.iconbutton.disabled { cursor: default; } +a.iconbutton.searchicon, a.iconbutton.searchoptions { width: 24px; background-position: -2px -317px; } +a.iconbutton.searchicon, +a.iconbutton.searchoptions { + width: 15px; +} + a.iconbutton.reset { width: 24px; background-position: -25px -317px; @@ -1857,6 +1863,7 @@ ul.proplist li { font-size: 11px; } +.searchbox .searchicon, .searchbox #searchmenulink, #quicksearchbar #searchmenulink { position: absolute; @@ -1865,12 +1872,25 @@ ul.proplist li { } .searchbox #searchreset, +.searchbox .iconbutton.reset, #quicksearchbar #searchreset { position: absolute; top: 4px; right: 1px; } +.listsearchbox { + position: relative; + padding: 4px; + background: #c7e3ef; +} + +.listsearchbox input { + width: 100%; + height: 26px; + -moz-box-sizing: border-box; + box-sizing: border-box; +} /*** toolbar ***/ diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index d0338292b..90df4f3a8 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -42,11 +42,11 @@

-
+
-- cgit v1.2.3