Changes for page ListWebSearch

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

From version 109.1
edited by Ecaterina Valica
on 2009/03/17 16:35
Change comment: There is no comment for this version
To version 148.1
edited by Ecaterina Valica
on 2009/03/18 13:57
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -26,7 +26,6 @@
26 26  #sortFilter{
27 27   color: #808080;
28 28   background-color: #e6e6e6;
29 - border-bottom: 2px solid #b3b3b3;
30 30   padding: 5px;
31 31  }
32 32  #sortFilter a{
... ... @@ -34,6 +34,7 @@
34 34  }
35 35  #sortFilter a:hover{
36 36   color: #777777;
36 + font-weight: bold;
37 37  }
38 38  #sortFilter a#currentSort{
39 39   color: #777777;
... ... @@ -43,6 +43,7 @@
43 43   color: #808080;
44 44   height: 100%;
45 45   background-color: #f2f2f2;
46 + border-top: 2px solid #b3b3b3;
46 46   padding: 5px;
47 47   display: block;
48 48  }
... ... @@ -60,28 +60,61 @@
60 60  }
61 61  .pagination a:hover{
62 62   color: #777777;
64 + font-weight: bold;
63 63  }
64 64  .pagination a.currentPagination{
65 65   color: #777777;
66 66   font-weight: bold;
67 67  }
68 -.pagination .controlPagination{}
70 +.controlPagination{
71 + position:relative;
72 + width:44px;
73 + height:26px;
74 + overflow:hidden;
75 + margin:0!important;
76 + padding:0!important;
77 + list-style:none;
78 + background-image:url($xwiki.getSkinFile("navigation.png"));
79 + float: right;
80 +}
81 +.controlPagination li{
82 + display:inline;
83 +}
84 +.controlPagination a{
85 + position:absolute;
86 + top:0;
87 + left:0;
88 + text-indent:-1000em;
89 + height:25px;
90 + line-height:25px;
91 + outline:none;
92 + overflow:hidden;
93 + border:none;
94 +}
95 +a.prevPagination {
96 + width: 50%;
97 + z-index: 2;
98 +}
99 +a.nextPagination {
100 + width: 100%;
101 + z-index: 1;
102 +}
69 69  /* Search Filters*/
70 70  #searchResultsList{
71 71   clear: both;
106 + display: table;
72 72  }
73 73  .resultItem{
74 - margin-bottom: 15px;
109 + display: block;
75 75  }
76 76  .resultItemContainer{
77 77   clear: both;
78 - display: table-row;
79 79   width: 100%;
80 80  }
81 81  .itemType{
82 82   float: left;
83 - display: table-cell;
84 - width: 2%;
117 + display: inline-block;
118 + width: 3%;
85 85  }
86 86  .itemType .typeComment{
87 87   background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
... ... @@ -95,11 +95,20 @@
95 95   width:16px;
96 96   height:16px;
97 97  }
132 +.itemType .typePage{
133 + background:transparent;
134 + display:inline-block;
135 + width:16px;
136 + height:16px;
137 +}
98 98  .itemDescription{
99 99   float: left;
100 - display: table-cell;
101 - width: 83%;
140 + display: inline-block;
141 + width: 82%;
102 102  }
143 +.itemDescription a{
144 + color: #5599ff;
145 +}
103 103  .itemTitle{
104 104   color: #4d4d4d;
105 105   font-weight: bold;
... ... @@ -128,12 +128,12 @@
128 128   padding-right: 5px;
129 129  }
130 130  .itemOthers .itemComments a{
131 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
174 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
132 132   display:inline-block;
133 133   padding-right:16px;
134 134  }
135 135  .itemOthers .itemAttachments a{
136 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
179 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
137 137   display:inline-block;
138 138   padding-right:16px;
139 139  }
... ... @@ -142,7 +142,8 @@
142 142   width:55px;
143 143   height:11px;
144 144   overflow:hidden;
145 - margin:0!important;padding:0!important;
188 + margin:1px 0 0 0!important;
189 + padding:0!important;
146 146   background-position:left top;
147 147   background-image:url($xwiki.getSkinFile("rating.png"));
148 148  }
... ... @@ -161,7 +161,7 @@
161 161  }
162 162  .itemRelevance{
163 163   float: left;
164 - display: table-cell;
208 + display: inline-block;
165 165   width: 15%;
166 166   text-align: right;
167 167  }
... ... @@ -171,7 +171,8 @@
171 171   height:8px;
172 172   overflow:hidden;
173 173   list-style:none;
174 - margin:0!important;padding:0!important;
218 + margin:5px 0 0 0!important;
219 + padding:0!important;
175 175   background-position:left bottom;
176 176   background-image:url($xwiki.getSkinFile("relevance.png"));
177 177   float:right;
... ... @@ -189,6 +189,21 @@
189 189   z-index:1;
190 190   background-position:left top;
191 191  }
237 +.relevanceText{
238 + float: right;
239 + margin-right: 5px;
240 + color: #808080;
241 + font-size:80%;
242 +}
243 +.resultSeparator{
244 + display:block;
245 + width:100%;
246 + clear:both;
247 + padding: 0;
248 + margin: 0;
249 + margin-bottom: 15px;
250 + height: 1px;
251 +}
192 192  .searchFooter{
193 193   margin-bottom: 15px;
194 194   display: block;
... ... @@ -195,10 +195,6 @@
195 195   clear: both;
196 196   text-align: right;
197 197  }
198 -.searchFooter .pagination {
199 - width: 100%;
200 - background-color: #f2f2f2;
201 -}
202 202  .divClosure {
203 203   background-color: transparent;
204 204   clear: both;