Changes for page ListWebSearch

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

From version 273.1
edited by Guillaume Lerouge
on 2009/03/20 16:53
Change comment: There is no comment for this version
To version 284.1
edited by Guillaume Lerouge
on 2009/03/20 17:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -36,7 +36,7 @@
36 36  <form action="">
37 37   <div id="searchBar">
38 38   {pre}
39 - <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" size="35" title="$msg.get('xe.search.bar.query.title')"/>
39 + <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" size="40" title="$msg.get('xe.search.bar.query.title')"/>
40 40   #spaceselect($space $spaces $spacesText)
41 41   <input type="submit" class="searchButton" value="Search" title="$msg.get('xe.search.bar.go.title')"/>
42 42   <div class="searchHelp">$msg.get("xe.search.bar.help")</div>
XWiki.StyleSheetExtension[0]
Code
... ... @@ -4,16 +4,14 @@
4 4  }
5 5  /* Search Bar*/
6 6  #searchBar{
7 - margin-top: 25px;
8 - margin-bottom: 25px;
7 + margin-bottom: 11px;
9 9   padding-left: 5px;
10 - text-align: center;
11 11   clear: both;
12 12  }
13 13  #searchBar select {
14 14   border: 3px solid #CCCCCC;
15 15   color: #4d4d4d;
16 - font-size:18px;
14 + font-size:16px;
17 17  }
18 18  .searchQuery{
19 19   background:transparent url($xwiki.getSkinFile("search.png")) center left no-repeat;
... ... @@ -21,7 +21,7 @@
21 21   padding-left:18px;
22 22   border: 3px solid #CCCCCC;
23 23   color: #4d4d4d;
24 - font-size:18px;
22 + font-size:16px;
25 25  }
26 26  .searchButton{
27 27   background-color:#B3B3B3;
... ... @@ -28,10 +28,10 @@
28 28   border:3px solid #B3B3B3;
29 29   color:#FFFFFF;
30 30   font-family:Verdana;
31 - font-size:16px;
29 + font-size:14px;
32 32   font-weight:bold;
33 - height:26px;
34 - line-height:17px;
31 + height:27px;
32 + line-height:15px;
35 35  }
36 36  .searchHelp{
37 37   font-size: 80%;