Changes for page ListWebSearch

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

From version 400.1
edited by Ecaterina Valica
on 2009/03/25 11:12
Change comment: There is no comment for this version
To version 390.1
edited by Ecaterina Valica
on 2009/03/25 10:14
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -53,7 +53,7 @@
53 53   color: #4D4D4D;
54 54  }
55 55  #sortFilter a.sortType:focus {
56 - outline: dotted 1px #000;
56 + outline: dotted 1px #000;
57 57  }
58 58  #sortFilter a#currentSort{
59 59   color: #4D4D4D;
... ... @@ -60,7 +60,7 @@
60 60   font-weight: bold;
61 61  }
62 62  #sortFilter a#currentSort:focus {
63 - outline: dotted 1px #000;
63 + outline: dotted 1px #000;
64 64  }
65 65  .paginationFilter {
66 66   color: #aaa;
... ... @@ -76,12 +76,6 @@
76 76  .resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
77 77   color: #aaa;
78 78  }
79 -.paginationFooter{
80 - display: block;
81 - clear: both;
82 - text-align: right;
83 - font-size: 90%;
84 -}
85 85  .pagination{
86 86   float: right;
87 87   margin-right: 10px;
... ... @@ -97,7 +97,7 @@
97 97   font-weight: bold;
98 98  }
99 99  .pagination a:focus {
100 - outline: dotted 1px #000;
94 + outline: dotted 1px #000;
101 101  }
102 102  .controlPagination{
103 103   position:relative;
... ... @@ -132,8 +132,8 @@
132 132   width: 100%;
133 133   z-index: 1;
134 134  }
135 -/* Search Result*/
136 -#searchResults{
129 +/* Search Result List*/
130 +#searchResultsList{
137 137   clear: both;
138 138   display: table;
139 139   padding-top: 15px;
... ... @@ -180,7 +180,7 @@
180 180   color: #39397F;
181 181  }
182 182  .itemDescription a:focus {
183 - outline: dotted 1px #000;
177 + outline: dotted 1px #000;
184 184  }
185 185  .itemTitle a{
186 186   color: #4d4d4d;
... ... @@ -193,10 +193,10 @@
193 193   font-size:130%;
194 194  }
195 195  .itemTitle a:focus {
196 - outline: dotted 1px #000;
190 + outline: dotted 1px #000;
197 197  }
198 198  a.itemAuthor:focus{
199 - outline: dotted 1px #000;
193 + outline: dotted 1px #000;
200 200  }
201 201  .itemLocation{
202 202   color: #aaa;
... ... @@ -207,11 +207,10 @@
207 207   color: #aaa;
208 208   font-size:90%;
209 209  }
210 -.itemContext em{
211 - background-color:#F7FF94;
212 - padding:0;
213 - margin: 0;
214 - text-decoration: inherited;
204 +.itemModifiers a.itemAuthor, .itemModifiers a.itemDate{}
205 +.itemContext .highlight{
206 + background-color: #f7ff94;
207 + padding: 0px 5px 0px 5px;
215 215  }
216 216  .itemOthers{
217 217   font-size:80%;
... ... @@ -301,11 +301,22 @@
301 301   margin-bottom: 15px;
302 302   height: 1px;
303 303  }
297 +.searchFooter{
298 + display: block;
299 + clear: both;
300 + text-align: right;
301 + font-size: 90%;
302 +}
303 +.divClosure {
304 + background-color: transparent;
305 + clear: both;
306 + height: 1px;
307 + margin: 0 211px;
308 +}
304 304  html>body .suggestResults{
305 305   width: 422px;
306 306  }
307 307  .suggestResults{
308 - display:none;
309 309   width: 400px;
310 310   position: absolute;
311 311   padding: 11px 0px;
... ... @@ -319,7 +319,7 @@
319 319   list-style-position: outside;
320 320   margin: 0;
321 321   padding: 0;
322 - background: #FFFFFF url($xwiki.getSkinFile('suggestBg.png')) repeat-x scroll 0 0;
326 + background: #FFFFFF url($xwiki.getSkinFile('greyback2.png')) repeat-x scroll 0 0;
323 323   border: 2px solid #ccc;
324 324   border-top: none;
325 325  }
... ... @@ -342,10 +342,7 @@
342 342   margin: 0;
343 343   clear: both;
344 344  }
345 -.suggestResults ul li a:focus .suggestItem{
346 - outline: dotted 1px #000;
347 -}
348 -.suggestResults ul li a .suggestItem .suggestTitle{
349 +.suggestResults ul li a .suggestItem .suggestName{
349 349   text-align: left;
350 350   width: 60%;
351 351   color: #4D4D4D;
... ... @@ -355,18 +355,13 @@
355 355   padding-left: 6px;
356 356   margin: 0px;
357 357  }
358 -.suggestResults em{
359 - background-color:#F7FF94;
360 - padding:0;
361 - margin: 0;
362 - text-decoration: inherited;
359 +.suggestResults ul li a:hover .suggestItem .suggestName{
360 + text-decoration: underline;
363 363  }
364 -.suggestResults ul li a:hover .suggestItem .suggestTitle,
365 -.suggestResults ul li a:hover .suggestItem .suggestTitle em{
362 +.suggestResults ul li a:hover .suggestItem .suggestName em{
366 366   text-decoration: underline;
367 367  }
368 -.suggestResults ul li a:hover .suggestItem .suggestLocation .suggestWiki,
369 -.suggestResults ul li a:hover .suggestItem .suggestLocation .suggestSpace{
365 +.suggestResults ul li a:hover .suggestItem .suggestLocation{
370 370   color: #39397F;
371 371   text-decoration: none;
372 372  }
... ... @@ -380,3 +380,9 @@
380 380   padding-right: 6px;
381 381   margin: 0px;
382 382  }
379 +em{
380 + background-color:#F7FF94;
381 + padding:0;
382 + margin: 0;
383 + text-decoration: inherited;
384 +}