Changes for page ListWebSearch

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

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