Changes for page ListWebSearch

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

From version 398.1
edited by Ecaterina Valica
on 2009/03/25 10:57
Change comment: There is no comment for this version
To version 408.1
edited by Ecaterina Valica
on 2009/03/25 12:41
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -76,6 +76,12 @@
76 76  .resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
77 77   color: #aaa;
78 78  }
79 +.paginationFooter{
80 + display: block;
81 + clear: both;
82 + text-align: right;
83 + font-size: 90%;
84 +}
79 79  .pagination{
80 80   float: right;
81 81   margin-right: 10px;
... ... @@ -95,18 +95,14 @@
95 95  }
96 96  .controlPagination{
97 97   position:relative;
98 - width:41px;
104 + width:42px;
99 99   height:22px;
100 100   overflow:hidden;
101 101   margin:0!important;
102 102   padding:0!important;
103 103   list-style:none;
104 - background-image:url($xwiki.getSkinFile("navigation.png"));
105 105   float: right;
106 106  }
107 -.controlPagination li{
108 - display:inline;
109 -}
110 110  .controlPagination a{
111 111   position:absolute;
112 112   top:0;
... ... @@ -118,14 +118,33 @@
118 118   overflow:hidden;
119 119   border:none;
120 120  }
121 -a.prevPagination {
122 - width: 50%;
123 - z-index: 2;
123 +.controlPagination a.prevPagination {
124 + background-position:left top;
125 + background-image:url($xwiki.getSkinFile("navigat.png"));
126 + width: 21px;
127 + height: 22px;
124 124  }
125 -a.nextPagination {
126 - width: 100%;
127 - z-index: 1;
129 +.controlPagination a.noPrevPagination{
130 + background-position:left bottom;
131 + background-image:url($xwiki.getSkinFile("navigat.png"));
132 + width: 21px;
133 + height: 22px;
128 128  }
135 +.controlPagination a.nextPagination {
136 + background-position:right top;
137 + background-image:url($xwiki.getSkinFile("navigat.png"));
138 + width: 21px;
139 + height: 22px;
140 + left: 21px;
141 + margin: 0;
142 + padding:0;
143 +}
144 +.controlPagination a.noNextPagination {
145 + background-position:right bottom;
146 + background-image:url($xwiki.getSkinFile("navigat.png"));
147 + width: 21px;
148 + height: 22px;
149 +}
129 129  /* Search Result*/
130 130  #searchResults{
131 131   clear: both;
... ... @@ -135,7 +135,7 @@
135 135  .resultItem{
136 136   display: block;
137 137  }
138 -.resultItemContainer{
159 +.resultContainer{
139 139   clear: both;
140 140   width: 100%;
141 141  }
... ... @@ -295,22 +295,11 @@
295 295   margin-bottom: 15px;
296 296   height: 1px;
297 297  }
298 -.searchFooter{
299 - display: block;
300 - clear: both;
301 - text-align: right;
302 - font-size: 90%;
303 -}
304 -.divClosure {
305 - background-color: transparent;
306 - clear: both;
307 - height: 1px;
308 - margin: 0 211px;
309 -}
310 310  html>body .suggestResults{
311 311   width: 422px;
312 312  }
313 313  .suggestResults{
323 + display:none;
314 314   width: 400px;
315 315   position: absolute;
316 316   padding: 11px 0px;