Changes for page ListWebSearch

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

From version 408.1
edited by Ecaterina Valica
on 2009/03/25 12:41
Change comment: There is no comment for this version
To version 391.1
edited by Ecaterina Valica
on 2009/03/25 10:19
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -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;
... ... @@ -101,14 +101,18 @@
101 101  }
102 102  .controlPagination{
103 103   position:relative;
104 - width:42px;
98 + width:41px;
105 105   height:22px;
106 106   overflow:hidden;
107 107   margin:0!important;
108 108   padding:0!important;
109 109   list-style:none;
104 + background-image:url($xwiki.getSkinFile("navigation.png"));
110 110   float: right;
111 111  }
107 +.controlPagination li{
108 + display:inline;
109 +}
112 112  .controlPagination a{
113 113   position:absolute;
114 114   top:0;
... ... @@ -120,35 +120,16 @@
120 120   overflow:hidden;
121 121   border:none;
122 122  }
123 -.controlPagination a.prevPagination {
124 - background-position:left top;
125 - background-image:url($xwiki.getSkinFile("navigat.png"));
126 - width: 21px;
127 - height: 22px;
121 +a.prevPagination {
122 + width: 50%;
123 + z-index: 2;
128 128  }
129 -.controlPagination a.noPrevPagination{
130 - background-position:left bottom;
131 - background-image:url($xwiki.getSkinFile("navigat.png"));
132 - width: 21px;
133 - height: 22px;
125 +a.nextPagination {
126 + width: 100%;
127 + z-index: 1;
134 134  }
135 -.controlPagination a.nextPagination {
136 - background-position:right top;
137 - background-image:url($xwiki.getSkinFile("navigat.png"));
138 - width: 21px;
139 - height: 22px;
140 - left: 21px;
141 - margin: 0;
142 - padding:0;
143 -}
144 -.controlPagination a.noNextPagination {
145 - background-position:right bottom;
146 - background-image:url($xwiki.getSkinFile("navigat.png"));
147 - width: 21px;
148 - height: 22px;
149 -}
150 -/* Search Result*/
151 -#searchResults{
129 +/* Search Result List*/
130 +#searchResultsList{
152 152   clear: both;
153 153   display: table;
154 154   padding-top: 15px;
... ... @@ -156,7 +156,7 @@
156 156  .resultItem{
157 157   display: block;
158 158  }
159 -.resultContainer{
138 +.resultItemContainer{
160 160   clear: both;
161 161   width: 100%;
162 162  }
... ... @@ -316,11 +316,22 @@
316 316   margin-bottom: 15px;
317 317   height: 1px;
318 318  }
298 +.searchFooter{
299 + display: block;
300 + clear: both;
301 + text-align: right;
302 + font-size: 90%;
303 +}
304 +.divClosure {
305 + background-color: transparent;
306 + clear: both;
307 + height: 1px;
308 + margin: 0 211px;
309 +}
319 319  html>body .suggestResults{
320 320   width: 422px;
321 321  }
322 322  .suggestResults{
323 - display:none;
324 324   width: 400px;
325 325   position: absolute;
326 326   padding: 11px 0px;
... ... @@ -334,7 +334,7 @@
334 334   list-style-position: outside;
335 335   margin: 0;
336 336   padding: 0;
337 - background: #FFFFFF url($xwiki.getSkinFile('suggestBg.png')) repeat-x scroll 0 0;
327 + background: #FFFFFF url($xwiki.getSkinFile('greyback2.png')) repeat-x scroll 0 0;
338 338   border: 2px solid #ccc;
339 339   border-top: none;
340 340  }
... ... @@ -357,10 +357,7 @@
357 357   margin: 0;
358 358   clear: both;
359 359  }
360 -.suggestResults ul li a:focus .suggestItem{
361 - outline: dotted 1px #000;
362 -}
363 -.suggestResults ul li a .suggestItem .suggestTitle{
350 +.suggestResults ul li a .suggestItem .suggestName{
364 364   text-align: left;
365 365   width: 60%;
366 366   color: #4D4D4D;
... ... @@ -370,18 +370,13 @@
370 370   padding-left: 6px;
371 371   margin: 0px;
372 372  }
373 -.suggestResults em{
374 - background-color:#F7FF94;
375 - padding:0;
376 - margin: 0;
377 - text-decoration: inherited;
360 +.suggestResults ul li a:hover .suggestItem .suggestName{
361 + text-decoration: underline;
378 378  }
379 -.suggestResults ul li a:hover .suggestItem .suggestTitle,
380 -.suggestResults ul li a:hover .suggestItem .suggestTitle em{
363 +.suggestResults ul li a:hover .suggestItem .suggestName em{
381 381   text-decoration: underline;
382 382  }
383 -.suggestResults ul li a:hover .suggestItem .suggestLocation .suggestWiki,
384 -.suggestResults ul li a:hover .suggestItem .suggestLocation .suggestSpace{
366 +.suggestResults ul li a:hover .suggestItem .suggestLocation{
385 385   color: #39397F;
386 386   text-decoration: none;
387 387  }
... ... @@ -395,3 +395,9 @@
395 395   padding-right: 6px;
396 396   margin: 0px;
397 397  }
380 +.suggestResults em{
381 + background-color:#F7FF94;
382 + padding:0;
383 + margin: 0;
384 + text-decoration: inherited;
385 +}