From 89a502fdb5ddb2834aa093066352833b59f316d4 Mon Sep 17 00:00:00 2001 From: pginer Date: Wed, 17 Oct 2012 13:29:54 +0200 Subject: [PATCH] Emphasize search bar and better connection to the list The style for the search zone has been modified to emphasize it, and margins for the language list have been modified to avoid blank separation between search bar and the list. --- css/jquery.uls.css | 12 +++++++++--- css/jquery.uls.lcd.css | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/css/jquery.uls.css b/css/jquery.uls.css index 1bf5d99..6eecb6f 100644 --- a/css/jquery.uls.css +++ b/css/jquery.uls.css @@ -161,12 +161,18 @@ input:focus#languagefilter { border: 1px solid #3366bb; } -#search { - background-color: #f8f8f8; - border-top-color: #aaaaaa; +#search{ + background: #f8f8f8; + background: linear-gradient(#F0F0F0, #FBFBFB); + background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FBFBFB)); + background: -moz-linear-gradient(top, #F0F0F0, #FBFBFB); + border-top-color: #AAA; border-top-style: solid; border-top-width: 1px; padding: 0.8em 0; + border-bottom-width: 1px; + border-bottom-style: solid; + border-bottom-color: #EEE; } .search-label { diff --git a/css/jquery.uls.lcd.css b/css/jquery.uls.lcd.css index 7a79a92..ba029c8 100644 --- a/css/jquery.uls.lcd.css +++ b/css/jquery.uls.lcd.css @@ -10,7 +10,7 @@ .uls-language-list { height: 22em; overflow: auto; - margin: 10px; + padding: 10px; width: auto; }