Changes for page ListWebSearch

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

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