Changes for page ListWebSearch

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

From version 402.1
edited by Ecaterina Valica
on 2009/03/25 12:14
Change comment: There is no comment for this version
To version 399.1
edited by Ecaterina Valica
on 2009/03/25 11:12
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -107,7 +107,7 @@
107 107   margin:0!important;
108 108   padding:0!important;
109 109   list-style:none;
110 - background-image:url($xwiki.getSkinFile("navi.png"));
110 + background-image:url($xwiki.getSkinFile("navigation.png"));
111 111   float: right;
112 112  }
113 113  .controlPagination li{
... ... @@ -124,14 +124,11 @@
124 124   overflow:hidden;
125 125   border:none;
126 126  }
127 -.controlPagination a.prevPagination {
127 +a.prevPagination {
128 128   width: 50%;
129 129   z-index: 2;
130 130  }
131 -.controlPagination a.noPrevPagination{
132 -
133 -}
134 -.controlPagination a.nextPagination {
131 +a.nextPagination {
135 135   width: 100%;
136 136   z-index: 1;
137 137  }
... ... @@ -144,7 +144,7 @@
144 144  .resultItem{
145 145   display: block;
146 146  }
147 -.resultContainer{
144 +.resultItemContainer{
148 148   clear: both;
149 149   width: 100%;
150 150  }
... ... @@ -308,7 +308,6 @@
308 308   width: 422px;
309 309  }
310 310  .suggestResults{
311 - display:none;
312 312   width: 400px;
313 313   position: absolute;
314 314   padding: 11px 0px;