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 299.1
edited by Ecaterina Valica
on 2009/03/22 12:17
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
... ... @@ -1,3 +1,6 @@
1 +a:focus {
2 + outline: dotted 1px #000;
3 +}
1 1  #search{
2 2   width: 100%;
3 3   background-color: #fff;
... ... @@ -4,34 +4,33 @@
4 4  }
5 5  /* Search Bar*/
6 6  #searchBar{
7 - margin-top: 25px;
8 - margin-bottom: 25px;
10 + 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;
15 + border: 2px solid #CCCCCC;
15 15   color: #4d4d4d;
16 - font-size:18px;
17 + 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;
23 + border: 2px solid #CCCCCC;
23 23   color: #4d4d4d;
24 - font-size:18px;
25 + font-size:15px;
25 25  }
26 26  .searchButton{
27 27   background-color:#B3B3B3;
28 - border:3px solid #B3B3B3;
29 + border:2px solid #B3B3B3;
29 29   color:#FFFFFF;
30 30   font-family:Verdana;
31 - font-size:16px;
32 + font-size:11px;
33 + font-variant:small-caps;
32 32   font-weight:bold;
33 - height:26px;
34 - line-height:17px;
35 + height:23px;
36 + 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{
55 +#sortFilter a.sortType:hover{
54 54   color: #4D4D4D;
55 55  }
58 +#sortFilter a.sortType:focus {
59 + outline: dotted 1px #000;
60 +}
56 56  #sortFilter a#currentSort{
57 57   color: #4D4D4D;
58 58   font-weight: bold;
... ... @@ -85,6 +85,9 @@
85 85   color: #4D4D4D;
86 86   font-weight: bold;
87 87  }
93 +.pagination a:focus {
94 + outline: dotted 1px #000;
95 +}
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  }
176 +.itemDescription a:focus {
177 + outline: dotted 1px #000;
178 +}
168 168  .itemTitle a{
169 169   color: #4d4d4d;
170 170   font-weight: bold;
... ... @@ -175,6 +175,12 @@
175 175   font-weight: bold;
176 176   font-size:130%;
177 177  }
189 +.itemTitle a:focus {
190 + outline: dotted 1px #000;
191 +}
192 +a.itemAuthor:focus{
193 + outline: dotted 1px #000;
194 +}
178 178  .itemLocation{
179 179   color: #808080;
180 180   font-size:90%;