Changes for page ListWebSearch

Last modified by Ecaterina Valica on 2010/07/22 10:30

From version 239.1
edited by Ecaterina Valica
on 2009/03/20 15:59
Change comment: There is no comment for this version
To version 238.1
edited by Ecaterina Valica
on 2009/03/20 15:59
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -9,7 +9,7 @@
9 9   clear: both;
10 10  }
11 11  #searchBar select {
12 - border: 2px solid #CCCCCC;
12 + border: 1px solid #CCCCCC;
13 13   color: #4d4d4d;
14 14   height: 30px;
15 15   line-height: 30px;
... ... @@ -19,7 +19,7 @@
19 19   background:transparent url($xwiki.getSkinFile("search.png")) center left no-repeat;
20 20   display:inline-block;
21 21   padding-left:18px;
22 - border: 2px solid #CCCCCC;
22 + border: 1px solid #CCCCCC;
23 23   color: #4d4d4d;
24 24   height:20px;
25 25   padding-top: 4px;