Changes for page ListWebSearch

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

From version 115.1
edited by Ecaterina Valica
on 2009/03/17 16:49
Change comment: There is no comment for this version
To version 109.1
edited by Ecaterina Valica
on 2009/03/17 16:35
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -142,8 +142,7 @@
142 142   width:55px;
143 143   height:11px;
144 144   overflow:hidden;
145 - margin:1px 0 0 0!important;
146 - padding:0!important;
145 + margin:0!important;padding:0!important;
147 147   background-position:left top;
148 148   background-image:url($xwiki.getSkinFile("rating.png"));
149 149  }
... ... @@ -172,8 +172,7 @@
172 172   height:8px;
173 173   overflow:hidden;
174 174   list-style:none;
175 - margin:5px 0 0 0!important;
176 - padding:0!important;
174 + margin:0!important;padding:0!important;
177 177   background-position:left bottom;
178 178   background-image:url($xwiki.getSkinFile("relevance.png"));
179 179   float:right;
... ... @@ -191,10 +191,6 @@
191 191   z-index:1;
192 192   background-position:left top;
193 193  }
194 -.relevanceText{
195 - float: right;
196 - margin-left: 10px;
197 -}
198 198  .searchFooter{
199 199   margin-bottom: 15px;
200 200   display: block;