Changes for page ListWebSearch

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

From version 120.1
edited by Ecaterina Valica
on 2009/03/18 12:04
Change comment: There is no comment for this version
To version 93.1
edited by Ecaterina Valica
on 2009/03/17 16:05
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -34,7 +34,6 @@
34 34  }
35 35  #sortFilter a:hover{
36 36   color: #777777;
37 - font-weight: bold;
38 38  }
39 39  #sortFilter a#currentSort{
40 40   color: #777777;
... ... @@ -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,26 +68,6 @@
68 68   font-weight: bold;
69 69  }
70 70  .pagination .controlPagination{}
71 -.pagination .prevPagination{
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("rating.png"));
80 -}
81 -.pagination .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("rating.png"));
90 -}
91 91  /* Search Filters*/
92 92  #searchResultsList{
93 93   clear: both;
... ... @@ -103,34 +103,13 @@
103 103  .itemType{
104 104   float: left;
105 105   display: table-cell;
106 - width: 2%;
84 + width: 5%;
107 107  }
108 -.itemType .typeComment{
109 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
110 - display:inline-block;
111 - width:16px;
112 - height:16px;
113 -}
114 -.itemType .typeAttachment{
115 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
116 - display:inline-block;
117 - width:16px;
118 - height:16px;
119 -}
120 -.itemType .typePage{
121 - background:transparent;
122 - display:inline-block;
123 - width:16px;
124 - height:16px;
125 -}
126 126  .itemDescription{
127 127   float: left;
128 128   display: table-cell;
129 - width: 83%;
89 + width: 80%;
130 130  }
131 -.itemDescription a{
132 - color: #5599ff;
133 -}
134 134  .itemTitle{
135 135   color: #4d4d4d;
136 136   font-weight: bold;
... ... @@ -156,17 +156,16 @@
156 156   display:inline;
157 157   clear:none;
158 158   float:left;
159 - padding-right: 5px;
160 160  }
161 161  .itemOthers .itemComments a{
162 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
163 - display:inline-block;
164 - padding-right:16px;
118 + width:16px;
119 + height:16px;
120 + background-image:url($xwiki.getSkinFile("attach.png"));
165 165  }
166 166  .itemOthers .itemAttachments a{
167 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
168 - display:inline-block;
169 - padding-right:16px;
123 + width:16px;
124 + height:16px;
125 + background-image:url($xwiki.getSkinFile("comment.png"));
170 170  }
171 171  .itemRating{
172 172   position:relative;
... ... @@ -173,8 +173,7 @@
173 173   width:55px;
174 174   height:11px;
175 175   overflow:hidden;
176 - margin:1px 0 0 0!important;
177 - padding:0!important;
132 + margin:0!important;padding:0!important;
178 178   background-position:left top;
179 179   background-image:url($xwiki.getSkinFile("rating.png"));
180 180  }
... ... @@ -203,11 +203,9 @@
203 203   height:8px;
204 204   overflow:hidden;
205 205   list-style:none;
206 - margin:5px 0 0 0!important;
207 - padding:0!important;
161 + margin:0!important;padding:0!important;
208 208   background-position:left bottom;
209 209   background-image:url($xwiki.getSkinFile("relevance.png"));
210 - float:right;
211 211  }
212 212  .relevance .currentRelevance{
213 213   position:absolute;
... ... @@ -222,18 +222,11 @@
222 222   z-index:1;
223 223   background-position:left top;
224 224  }
225 -.relevanceText{
226 - float: right;
227 - margin-right: 5px;
228 - color: #808080;
229 - font-size:80%;
230 -}
231 231  .searchFooter{
232 232   margin-bottom: 15px;
233 233   display: block;
234 234   clear: both;
235 235   text-align: right;
236 - border-bottom: 2px solid #b3b3b3;
237 237  }
238 238  .searchFooter .pagination {
239 239   width: 100%;