Changes for page ListWebSearch

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

From version 109.1
edited by Ecaterina Valica
on 2009/03/17 16:35
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
... ... @@ -142,7 +142,8 @@
142 142   width:55px;
143 143   height:11px;
144 144   overflow:hidden;
145 - margin:0!important;padding:0!important;
145 + margin:1px 0 0 0!important;
146 + padding:0!important;
146 146   background-position:left top;
147 147   background-image:url($xwiki.getSkinFile("rating.png"));
148 148  }
... ... @@ -171,7 +171,8 @@
171 171   height:8px;
172 172   overflow:hidden;
173 173   list-style:none;
174 - margin:0!important;padding:0!important;
175 + margin:5px 0 0 0!important;
176 + padding:0!important;
175 175   background-position:left bottom;
176 176   background-image:url($xwiki.getSkinFile("relevance.png"));
177 177   float:right;
... ... @@ -189,6 +189,12 @@
189 189   z-index:1;
190 190   background-position:left top;
191 191  }
194 +.relevanceText{
195 + float: right;
196 + margin-right: 5px;
197 + color: #808080;
198 + font-size:80%;
199 +}
192 192  .searchFooter{
193 193   margin-bottom: 15px;
194 194   display: block;