Changes for page ListWebSearch

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

From version 141.1
edited by Ecaterina Valica
on 2009/03/18 13:36
Change comment: There is no comment for this version
To version 78.1
edited by Ecaterina Valica
on 2009/03/17 15:04
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -26,6 +26,7 @@
26 26  #sortFilter{
27 27   color: #808080;
28 28   background-color: #e6e6e6;
29 + border-bottom: 2px solid #b3b3b3;
29 29   padding: 5px;
30 30  }
31 31  #sortFilter a{
... ... @@ -33,7 +33,6 @@
33 33  }
34 34  #sortFilter a:hover{
35 35   color: #777777;
36 - font-weight: bold;
37 37  }
38 38  #sortFilter a#currentSort{
39 39   color: #777777;
... ... @@ -43,7 +43,6 @@
43 43   color: #808080;
44 44   height: 100%;
45 45   background-color: #f2f2f2;
46 - border-top: 2px solid #b3b3b3;
47 47   padding: 5px;
48 48   display: block;
49 49  }
... ... @@ -61,7 +61,6 @@
61 61  }
62 62  .pagination a:hover{
63 63   color: #777777;
64 - font-weight: bold;
65 65  }
66 66  .pagination a.currentPagination{
67 67   color: #777777;
... ... @@ -68,65 +68,28 @@
68 68   font-weight: bold;
69 69  }
70 70  .pagination .controlPagination{}
71 -.controlPagination{
72 - position:relative;
73 - width:44px;
74 - height:26px;
75 - overflow:hidden;
76 - margin:0!important;
77 - padding:0!important;
78 - background-position:left top;
79 - background-image:url($xwiki.getSkinFile("navigation.png"));
80 -}
81 -a.prevPagination {
82 - width: 50%;
83 -}
84 -a.nextPagination {
85 - width: 50%;
86 -}
87 87  /* Search Filters*/
88 88  #searchResultsList{
89 89   clear: both;
90 - display: table;
91 91  }
92 92  .resultItem{
93 - display: block;
74 + margin-bottom: 15px;
94 94  }
95 95  .resultItemContainer{
96 96   clear: both;
78 + display: table-row;
97 97   width: 100%;
98 98  }
99 99  .itemType{
100 100   float: left;
101 - display: inline-block;
102 - width: 3%;
83 + display: table-cell;
84 + width: 5%;
103 103  }
104 -.itemType .typeComment{
105 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
106 - display:inline-block;
107 - width:16px;
108 - height:16px;
109 -}
110 -.itemType .typeAttachment{
111 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
112 - display:inline-block;
113 - width:16px;
114 - height:16px;
115 -}
116 -.itemType .typePage{
117 - background:transparent;
118 - display:inline-block;
119 - width:16px;
120 - height:16px;
121 -}
122 122  .itemDescription{
123 123   float: left;
124 - display: inline-block;
125 - width: 82%;
88 + display: table-cell;
89 + width: 80%;
126 126  }
127 -.itemDescription a{
128 - color: #5599ff;
129 -}
130 130  .itemTitle{
131 131   color: #4d4d4d;
132 132   font-weight: bold;
... ... @@ -152,87 +152,14 @@
152 152   display:inline;
153 153   clear:none;
154 154   float:left;
155 - padding-right: 5px;
156 156  }
157 -.itemOthers .itemComments a{
158 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
159 - display:inline-block;
160 - padding-right:16px;
161 -}
162 -.itemOthers .itemAttachments a{
163 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
164 - display:inline-block;
165 - padding-right:16px;
166 -}
167 -.itemRating{
168 - position:relative;
169 - width:55px;
170 - height:11px;
171 - overflow:hidden;
172 - margin:1px 0 0 0!important;
173 - padding:0!important;
174 - background-position:left top;
175 - background-image:url($xwiki.getSkinFile("rating.png"));
176 -}
177 -.itemRating .currentRating{
178 - position:absolute;
179 - top:0;left:0;
180 - text-indent:-1000em;
181 - height:11px;
182 - line-height:11px;
183 - outline:none;
184 - overflow:hidden;
185 - border:none;
186 - background-image:url($xwiki.getSkinFile("rating.png"));
187 - z-index:1;
188 - background-position:left center;
189 -}
117 +.itemOthers a.itemComments, .itemOthers a.itemAttachments, .itemOthers .itemRating{}
190 190  .itemRelevance{
191 191   float: left;
192 - display: inline-block;
120 + display: table-cell;
193 193   width: 15%;
194 194   text-align: right;
195 195  }
196 -.relevance{
197 - position:relative;
198 - width:48px;
199 - height:8px;
200 - overflow:hidden;
201 - list-style:none;
202 - margin:5px 0 0 0!important;
203 - padding:0!important;
204 - background-position:left bottom;
205 - background-image:url($xwiki.getSkinFile("relevance.png"));
206 - float:right;
207 -}
208 -.relevance .currentRelevance{
209 - position:absolute;
210 - top:0;left:0;
211 - text-indent:-1000em;
212 - height:8px;
213 - line-height:8px;
214 - outline:none;
215 - overflow:hidden;
216 - border:none;
217 - background-image:url($xwiki.getSkinFile("relevance.png"));
218 - z-index:1;
219 - background-position:left top;
220 -}
221 -.relevanceText{
222 - float: right;
223 - margin-right: 5px;
224 - color: #808080;
225 - font-size:80%;
226 -}
227 -.resultSeparator{
228 - display:block;
229 - width:100%;
230 - clear:both;
231 - padding: 0;
232 - margin: 0;
233 - margin-bottom: 15px;
234 - height: 1px;
235 -}
236 236  .searchFooter{
237 237   margin-bottom: 15px;
238 238   display: block;
... ... @@ -241,10 +241,33 @@
241 241  }
242 242  .searchFooter .pagination {
243 243   width: 100%;
132 + background-color: #f2f2f2;
244 244  }
245 -.divClosure {
134 +.divClosure
135 +{
246 246   background-color: transparent;
247 247   clear: both;
248 248   height: 1px;
249 249   margin: 0 211px;
250 250  }
141 +/* Item Rating*/
142 +.star-rating{position:relative;width:55px;height:11px;overflow:hidden;list-style:none;margin:0!important;padding:0!important;background-position:left top;}
143 +.star-rating a,.star-rating .current-rating{position:absolute;top:0;left:0;text-indent:-1000em;height:11px;line-height:11px;outline:none;overflow:hidden;border:none;}
144 +.star-rating .current-rating{z-index:1;background-position:left center;}
145 +.small-star{width:55px;height:11px;}
146 +.small-star,.small-star .current-rating{background-image:url($xwiki.getSkinFile("rating.png"));line-height:11px;height:11px;}
147 +.small-star .current-rating{height:11px;}
148 +
149 +/* Item Relevance*/
150 +.relevance-rating{position:relative;width:48px;height:8px;overflow:hidden;list-style:none;margin:0!important;padding:0!important;background-position:left bottom;}
151 +.relevance-rating .current-rating{position:absolute;top:0;left:0;text-indent:-1000em;height:8px;line-height:8px;outline:none;overflow:hidden;border:none;}
152 +.relevance-rating .current-rating{z-index:1;background-position:left top;}
153 +.small-relevance{width:48px;height:8px;}
154 +.small-relevance{
155 +background-image:url($xwiki.getSkinFile("relevance.png"));line-height:8px;height:8px;
156 +}
157 +.small-relevance .current-rating{
158 +background-image:url($xwiki.getSkinFile("relevance.png"));line-height:8px;height:8px;}
159 +.small-relevance .current-rating{height:8px;}
160 +
161 +