diff options
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 20 |
1 files changed, 20 insertions, 0 deletions
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 ***/ |