Changes for page ListWebSearch

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

From version 107.1
edited by Ecaterina Valica
on 2009/03/17 16:29
Change comment: There is no comment for this version
To version 112.1
edited by Ecaterina Valica
on 2009/03/17 16:46
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -81,7 +81,7 @@
81 81  .itemType{
82 82   float: left;
83 83   display: table-cell;
84 - width: 5%;
84 + width: 2%;
85 85  }
86 86  .itemType .typeComment{
87 87   background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
... ... @@ -98,7 +98,7 @@
98 98  .itemDescription{
99 99   float: left;
100 100   display: table-cell;
101 - width: 80%;
101 + width: 83%;
102 102  }
103 103  .itemTitle{
104 104   color: #4d4d4d;
... ... @@ -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,9 @@
189 189   z-index:1;
190 190   background-position:left top;
191 191  }
194 +.relevanceText{
195 + float: right;
196 +}
192 192  .searchFooter{
193 193   margin-bottom: 15px;
194 194   display: block;