Changes for page ListWebSearch

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

From version 147.1
edited by Ecaterina Valica
on 2009/03/18 13:53
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,60 +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("navigation.png"));
79 -}
80 -.controlPagination li{
81 - display:inline;
82 -}
83 -.controlPagination a{
84 - position:absolute;
85 - top:0;
86 - left:0;
87 - text-indent:-1000em;
88 - height:25px;
89 - line-height:25px;
90 - outline:none;
91 - overflow:hidden;
92 - border:none;
93 -}
94 -a.prevPagination {
95 - width: 50%;
96 - z-index: 2;
97 -}
98 -a.nextPagination {
99 - width: 100%;
100 - z-index: 1;
101 -}
68 +.pagination .controlPagination{}
102 102  /* Search Filters*/
103 103  #searchResultsList{
104 104   clear: both;
105 - display: table;
106 106  }
107 107  .resultItem{
108 - display: block;
74 + margin-bottom: 15px;
109 109  }
110 110  .resultItemContainer{
111 111   clear: both;
78 + display: table-row;
112 112   width: 100%;
113 113  }
114 114  .itemType{
115 115   float: left;
116 - display: inline-block;
117 - width: 3%;
83 + display: table-cell;
84 + width: 2%;
118 118  }
119 119  .itemType .typeComment{
120 120   background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
... ... @@ -128,20 +128,11 @@
128 128   width:16px;
129 129   height:16px;
130 130  }
131 -.itemType .typePage{
132 - background:transparent;
133 - display:inline-block;
134 - width:16px;
135 - height:16px;
136 -}
137 137  .itemDescription{
138 138   float: left;
139 - display: inline-block;
140 - width: 82%;
100 + display: table-cell;
101 + width: 83%;
141 141  }
142 -.itemDescription a{
143 - color: #5599ff;
144 -}
145 145  .itemTitle{
146 146   color: #4d4d4d;
147 147   font-weight: bold;
... ... @@ -170,12 +170,12 @@
170 170   padding-right: 5px;
171 171  }
172 172  .itemOthers .itemComments a{
173 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
131 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
174 174   display:inline-block;
175 175   padding-right:16px;
176 176  }
177 177  .itemOthers .itemAttachments a{
178 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
136 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
179 179   display:inline-block;
180 180   padding-right:16px;
181 181  }
... ... @@ -204,7 +204,7 @@
204 204  }
205 205  .itemRelevance{
206 206   float: left;
207 - display: inline-block;
165 + display: table-cell;
208 208   width: 15%;
209 209   text-align: right;
210 210  }
... ... @@ -239,15 +239,6 @@
239 239   color: #808080;
240 240   font-size:80%;
241 241  }
242 -.resultSeparator{
243 - display:block;
244 - width:100%;
245 - clear:both;
246 - padding: 0;
247 - margin: 0;
248 - margin-bottom: 15px;
249 - height: 1px;
250 -}
251 251  .searchFooter{
252 252   margin-bottom: 15px;
253 253   display: block;
... ... @@ -254,6 +254,10 @@
254 254   clear: both;
255 255   text-align: right;
256 256  }
206 +.searchFooter .pagination {
207 + width: 100%;
208 + background-color: #f2f2f2;
209 +}
257 257  .divClosure {
258 258   background-color: transparent;
259 259   clear: both;