Changes for page ListWebSearch

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

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