Changes for page ListWebSearch

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

From version 141.1
edited by Ecaterina Valica
on 2009/03/18 13:36
Change comment: There is no comment for this version
To version 120.1
edited by Ecaterina Valica
on 2009/03/18 12:04
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{
... ... @@ -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  }
... ... @@ -68,7 +68,7 @@
68 68   font-weight: bold;
69 69  }
70 70  .pagination .controlPagination{}
71 -.controlPagination{
71 +.pagination .prevPagination{
72 72   position:relative;
73 73   width:44px;
74 74   height:26px;
... ... @@ -76,30 +76,34 @@
76 76   margin:0!important;
77 77   padding:0!important;
78 78   background-position:left top;
79 - background-image:url($xwiki.getSkinFile("navigation.png"));
79 + background-image:url($xwiki.getSkinFile("rating.png"));
80 80  }
81 -a.prevPagination {
82 - width: 50%;
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"));
83 83  }
84 -a.nextPagination {
85 - width: 50%;
86 -}
87 87  /* Search Filters*/
88 88  #searchResultsList{
89 89   clear: both;
90 - display: table;
91 91  }
92 92  .resultItem{
93 - display: block;
96 + margin-bottom: 15px;
94 94  }
95 95  .resultItemContainer{
96 96   clear: both;
100 + display: table-row;
97 97   width: 100%;
98 98  }
99 99  .itemType{
100 100   float: left;
101 - display: inline-block;
102 - width: 3%;
105 + display: table-cell;
106 + width: 2%;
103 103  }
104 104  .itemType .typeComment{
105 105   background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
... ... @@ -121,8 +121,8 @@
121 121  }
122 122  .itemDescription{
123 123   float: left;
124 - display: inline-block;
125 - width: 82%;
128 + display: table-cell;
129 + width: 83%;
126 126  }
127 127  .itemDescription a{
128 128   color: #5599ff;
... ... @@ -189,7 +189,7 @@
189 189  }
190 190  .itemRelevance{
191 191   float: left;
192 - display: inline-block;
196 + display: table-cell;
193 193   width: 15%;
194 194   text-align: right;
195 195  }
... ... @@ -224,23 +224,16 @@
224 224   color: #808080;
225 225   font-size:80%;
226 226  }
227 -.resultSeparator{
228 - display:block;
229 - width:100%;
230 - clear:both;
231 - padding: 0;
232 - margin: 0;
233 - margin-bottom: 15px;
234 - height: 1px;
235 -}
236 236  .searchFooter{
237 237   margin-bottom: 15px;
238 238   display: block;
239 239   clear: both;
240 240   text-align: right;
236 + border-bottom: 2px solid #b3b3b3;
241 241  }
242 242  .searchFooter .pagination {
243 243   width: 100%;
240 + background-color: #f2f2f2;
244 244  }
245 245  .divClosure {
246 246   background-color: transparent;