Changes for page ListWebSearch

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

From version 144.1
edited by Ecaterina Valica
on 2009/03/18 13:41
Change comment: There is no comment for this version
To version 81.1
edited by Ecaterina Valica
on 2009/03/17 15:06
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,71 +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 - list-style:none;
79 - background-position:left top;
80 - background-image:url($xwiki.getSkinFile("navigation.png"));
81 -}
82 -.controlPagination li{
83 - display:inline;
84 -}
85 -a.prevPagination {
86 - width: 50%;
87 - z-index: 2;
88 -}
89 -a.nextPagination {
90 - width: 100%;
91 - z-index: 1;
92 -}
93 93  /* Search Filters*/
94 94  #searchResultsList{
95 95   clear: both;
96 - display: table;
97 97  }
98 98  .resultItem{
99 - display: block;
74 + margin-bottom: 15px;
100 100  }
101 101  .resultItemContainer{
102 102   clear: both;
78 + display: table-row;
103 103   width: 100%;
104 104  }
105 105  .itemType{
106 106   float: left;
107 - display: inline-block;
108 - width: 3%;
83 + display: table-cell;
84 + width: 5%;
109 109  }
110 -.itemType .typeComment{
111 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
112 - display:inline-block;
113 - width:16px;
114 - height:16px;
115 -}
116 -.itemType .typeAttachment{
117 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
118 - display:inline-block;
119 - width:16px;
120 - height:16px;
121 -}
122 -.itemType .typePage{
123 - background:transparent;
124 - display:inline-block;
125 - width:16px;
126 - height:16px;
127 -}
128 128  .itemDescription{
129 129   float: left;
130 - display: inline-block;
131 - width: 82%;
88 + display: table-cell;
89 + width: 80%;
132 132  }
133 -.itemDescription a{
134 - color: #5599ff;
135 -}
136 136  .itemTitle{
137 137   color: #4d4d4d;
138 138   font-weight: bold;
... ... @@ -158,87 +158,14 @@
158 158   display:inline;
159 159   clear:none;
160 160   float:left;
161 - padding-right: 5px;
162 162  }
163 -.itemOthers .itemComments a{
164 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
165 - display:inline-block;
166 - padding-right:16px;
167 -}
168 -.itemOthers .itemAttachments a{
169 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
170 - display:inline-block;
171 - padding-right:16px;
172 -}
173 -.itemRating{
174 - position:relative;
175 - width:55px;
176 - height:11px;
177 - overflow:hidden;
178 - margin:1px 0 0 0!important;
179 - padding:0!important;
180 - background-position:left top;
181 - background-image:url($xwiki.getSkinFile("rating.png"));
182 -}
183 -.itemRating .currentRating{
184 - position:absolute;
185 - top:0;left:0;
186 - text-indent:-1000em;
187 - height:11px;
188 - line-height:11px;
189 - outline:none;
190 - overflow:hidden;
191 - border:none;
192 - background-image:url($xwiki.getSkinFile("rating.png"));
193 - z-index:1;
194 - background-position:left center;
195 -}
117 +.itemOthers a.itemComments, .itemOthers a.itemAttachments, .itemOthers .itemRating{}
196 196  .itemRelevance{
197 197   float: left;
198 - display: inline-block;
120 + display: table-cell;
199 199   width: 15%;
200 200   text-align: right;
201 201  }
202 -.relevance{
203 - position:relative;
204 - width:48px;
205 - height:8px;
206 - overflow:hidden;
207 - list-style:none;
208 - margin:5px 0 0 0!important;
209 - padding:0!important;
210 - background-position:left bottom;
211 - background-image:url($xwiki.getSkinFile("relevance.png"));
212 - float:right;
213 -}
214 -.relevance .currentRelevance{
215 - position:absolute;
216 - top:0;left:0;
217 - text-indent:-1000em;
218 - height:8px;
219 - line-height:8px;
220 - outline:none;
221 - overflow:hidden;
222 - border:none;
223 - background-image:url($xwiki.getSkinFile("relevance.png"));
224 - z-index:1;
225 - background-position:left top;
226 -}
227 -.relevanceText{
228 - float: right;
229 - margin-right: 5px;
230 - color: #808080;
231 - font-size:80%;
232 -}
233 -.resultSeparator{
234 - display:block;
235 - width:100%;
236 - clear:both;
237 - padding: 0;
238 - margin: 0;
239 - margin-bottom: 15px;
240 - height: 1px;
241 -}
242 242  .searchFooter{
243 243   margin-bottom: 15px;
244 244   display: block;
... ... @@ -247,10 +247,39 @@
247 247  }
248 248  .searchFooter .pagination {
249 249   width: 100%;
132 + background-color: #f2f2f2;
250 250  }
251 -.divClosure {
134 +.divClosure
135 +{
252 252   background-color: transparent;
253 253   clear: both;
254 254   height: 1px;
255 255   margin: 0 211px;
256 256  }
141 +/* Item Rating*/
142 +.star-rating{
143 + position:relative;
144 + width:55px;
145 + height:11px;
146 + overflow:hidden;
147 + margin:0!important;padding:0!important;
148 + background-position:left top;
149 +}
150 +.star-rating .current-rating{position:absolute;top:0;left:0;text-indent:-1000em;height:11px;line-height:11px;outline:none;overflow:hidden;border:none;}
151 +.star-rating .current-rating{z-index:1;background-position:left center;}
152 +.small-star{width:55px;height:11px;}
153 +.small-star,.small-star .current-rating{background-image:url($xwiki.getSkinFile("rating.png"));line-height:11px;height:11px;}
154 +
155 +/* Item Relevance*/
156 +.relevance-rating{position:relative;width:48px;height:8px;overflow:hidden;list-style:none;margin:0!important;padding:0!important;background-position:left bottom;}
157 +.relevance-rating .current-rating{position:absolute;top:0;left:0;text-indent:-1000em;height:8px;line-height:8px;outline:none;overflow:hidden;border:none;}
158 +.relevance-rating .current-rating{z-index:1;background-position:left top;}
159 +.small-relevance{width:48px;height:8px;}
160 +.small-relevance{
161 +background-image:url($xwiki.getSkinFile("relevance.png"));line-height:8px;height:8px;
162 +}
163 +.small-relevance .current-rating{
164 +background-image:url($xwiki.getSkinFile("relevance.png"));line-height:8px;height:8px;}
165 +.small-relevance .current-rating{height:8px;}
166 +
167 +