Changes for page ListWebSearch

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

From version 306.1
edited by Ecaterina Valica
on 2009/03/23 15:41
Change comment: There is no comment for this version
To version 308.1
edited by Ecaterina Valica
on 2009/03/23 15:43
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,3 +1,6 @@
1 +body{
2 + position:relative;
3 + }
1 1  #search{
2 2   width: 100%;
3 3   background-color: #fff;
... ... @@ -20,6 +20,8 @@
20 20   border: 2px solid #CCCCCC;
21 21   color: #4d4d4d;
22 22   font-size:15px;
26 + width: 400px;
27 + height: 26px;
23 23  }
24 24  .searchButton{
25 25   background-color:#B3B3B3;