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 296.1
edited by Ecaterina Valica
on 2009/03/22 12:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.GuillaumeLerouge
1 +XWiki.evalica
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="50" 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,34 +4,33 @@
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 - border: 3px solid #CCCCCC;
12 + border: 2px solid #CCCCCC;
15 15   color: #4d4d4d;
16 - font-size:18px;
14 + font-size:15px;
17 17  }
18 18  .searchQuery{
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: 3px solid #CCCCCC;
20 + border: 2px solid #CCCCCC;
23 23   color: #4d4d4d;
24 - font-size:18px;
22 + font-size:15px;
25 25  }
26 26  .searchButton{
27 27   background-color:#B3B3B3;
28 - border:3px solid #B3B3B3;
26 + border:2px solid #B3B3B3;
29 29   color:#FFFFFF;
30 30   font-family:Verdana;
31 - font-size:16px;
29 + font-size:11px;
30 + font-variant:small-caps;
32 32   font-weight:bold;
33 - height:26px;
34 - line-height:17px;
32 + height:23px;
33 + line-height:12px;
35 35  }
36 36  .searchHelp{
37 37   font-size: 80%;
... ... @@ -50,9 +50,12 @@
50 50  #sortFilter a.sortType{
51 51   color: #808080;
52 52  }
53 -#sortFilter a:hover{
52 +#sortFilter a.sortType:hover{
54 54   color: #4D4D4D;
55 55  }
55 +#sortFilter a.sortType:focus {
56 + outline: dotted 1px #000;
57 +}
56 56  #sortFilter a#currentSort{
57 57   color: #4D4D4D;
58 58   font-weight: bold;
... ... @@ -85,6 +85,10 @@
85 85   color: #4D4D4D;
86 86   font-weight: bold;
87 87  }
90 +.pagination a:focus {
91 +color: red;
92 + outline: dotted 1px #000;
93 +}
88 88  .controlPagination{
89 89   position:relative;
90 90   width:41px;
... ... @@ -165,6 +165,9 @@
165 165  .itemDescription a:hover{
166 166   color: #5599ff;
167 167  }
174 +.itemDescription a:focus {
175 + outline: dotted 1px #000;
176 +}
168 168  .itemTitle a{
169 169   color: #4d4d4d;
170 170   font-weight: bold;
... ... @@ -175,6 +175,9 @@
175 175   font-weight: bold;
176 176   font-size:130%;
177 177  }
187 +.itemTitle a:focus {
188 + outline: dotted 1px #000;
189 +}
178 178  .itemLocation{
179 179   color: #808080;
180 180   font-size:90%;
... ... @@ -291,3 +291,4 @@
291 291   height: 1px;
292 292   margin: 0 211px;
293 293  }
306 +