Changes for page ListWebSearch

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

From version 149.1
edited by Ecaterina Valica
on 2009/03/18 13:59
Change comment: There is no comment for this version
To version 119.1
edited by Ecaterina Valica
on 2009/03/17 16:53
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,61 +61,28 @@
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 68   font-weight: bold;
69 69  }
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("navigation2.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 -}
68 +.pagination .controlPagination{}
103 103  /* Search Filters*/
104 104  #searchResultsList{
105 105   clear: both;
106 - display: table;
107 107  }
108 108  .resultItem{
109 - display: block;
74 + margin-bottom: 15px;
110 110  }
111 111  .resultItemContainer{
112 112   clear: both;
78 + display: table-row;
113 113   width: 100%;
114 114  }
115 115  .itemType{
116 116   float: left;
117 - display: inline-block;
118 - width: 3%;
83 + display: table-cell;
84 + width: 2%;
119 119  }
120 120  .itemType .typeComment{
121 121   background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
... ... @@ -129,20 +129,11 @@
129 129   width:16px;
130 130   height:16px;
131 131  }
132 -.itemType .typePage{
133 - background:transparent;
134 - display:inline-block;
135 - width:16px;
136 - height:16px;
137 -}
138 138  .itemDescription{
139 139   float: left;
140 - display: inline-block;
141 - width: 82%;
100 + display: table-cell;
101 + width: 83%;
142 142  }
143 -.itemDescription a{
144 - color: #5599ff;
145 -}
146 146  .itemTitle{
147 147   color: #4d4d4d;
148 148   font-weight: bold;
... ... @@ -171,12 +171,12 @@
171 171   padding-right: 5px;
172 172  }
173 173  .itemOthers .itemComments a{
174 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
131 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
175 175   display:inline-block;
176 176   padding-right:16px;
177 177  }
178 178  .itemOthers .itemAttachments a{
179 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
136 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
180 180   display:inline-block;
181 181   padding-right:16px;
182 182  }
... ... @@ -205,7 +205,7 @@
205 205  }
206 206  .itemRelevance{
207 207   float: left;
208 - display: inline-block;
165 + display: table-cell;
209 209   width: 15%;
210 210   text-align: right;
211 211  }
... ... @@ -240,15 +240,6 @@
240 240   color: #808080;
241 241   font-size:80%;
242 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 -}
252 252  .searchFooter{
253 253   margin-bottom: 15px;
254 254   display: block;
... ... @@ -255,6 +255,10 @@
255 255   clear: both;
256 256   text-align: right;
257 257  }
206 +.searchFooter .pagination {
207 + width: 100%;
208 + background-color: #f2f2f2;
209 +}
258 258  .divClosure {
259 259   background-color: transparent;
260 260   clear: both;