Merge pull request #15 from pauginer/master

Small CSS adjustments to emphasize search bar and connection to the list.
This commit is contained in:
Santhosh Thottingal
2012-10-17 04:49:30 -07:00
2 changed files with 10 additions and 4 deletions

View File

@@ -161,12 +161,18 @@ input:focus#languagefilter {
border: 1px solid #3366bb; border: 1px solid #3366bb;
} }
#search { #search{
background-color: #f8f8f8; background: #f8f8f8;
border-top-color: #aaaaaa; 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-style: solid;
border-top-width: 1px; border-top-width: 1px;
padding: 0.8em 0; padding: 0.8em 0;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #EEE;
} }
.search-label { .search-label {

View File

@@ -10,7 +10,7 @@
.uls-language-list { .uls-language-list {
height: 22em; height: 22em;
overflow: auto; overflow: auto;
margin: 10px; padding: 10px;
width: auto; width: auto;
} }