Changes for page ListWebSearch

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

From version 153.1
edited by Ecaterina Valica
on 2009/03/18 14:45
Change comment: There is no comment for this version
To version 102.1
edited by Ecaterina Valica
on 2009/03/17 16:21
Change comment: There is no comment for this version

Summary

Details

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