Changes for page ListWebSearch

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

From version 87.1
edited by Ecaterina Valica
on 2009/03/17 15:33
Change comment: There is no comment for this version
To version 86.1
edited by Ecaterina Valica
on 2009/03/17 15:28
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -115,6 +115,30 @@
115 115   float:left;
116 116  }
117 117  .itemOthers a.itemComments, .itemOthers a.itemAttachments{}
118 +.itemRelevance{
119 + float: left;
120 + display: table-cell;
121 + width: 15%;
122 + text-align: right;
123 +}
124 +.searchFooter{
125 + margin-bottom: 15px;
126 + display: block;
127 + clear: both;
128 + text-align: right;
129 +}
130 +.searchFooter .pagination {
131 + width: 100%;
132 + background-color: #f2f2f2;
133 +}
134 +.divClosure
135 +{
136 + background-color: transparent;
137 + clear: both;
138 + height: 1px;
139 + margin: 0 211px;
140 +}
141 +/* Item Rating*/
118 118  .itemRating{
119 119   position:relative;
120 120   width:55px;
... ... @@ -137,13 +137,8 @@
137 137   z-index:1;
138 138   background-position:left center;
139 139  }
164 +/* Item Relevance*/
140 140  .itemRelevance{
141 - float: left;
142 - display: table-cell;
143 - width: 15%;
144 - text-align: right;
145 -}
146 -.itemRelevance{
147 147   position:relative;
148 148   width:48px;
149 149   height:8px;
... ... @@ -166,19 +166,3 @@
166 166   z-index:1;
167 167   background-position:left top;
168 168  }
169 -.searchFooter{
170 - margin-bottom: 15px;
171 - display: block;
172 - clear: both;
173 - text-align: right;
174 -}
175 -.searchFooter .pagination {
176 - width: 100%;
177 - background-color: #f2f2f2;
178 -}
179 -.divClosure {
180 - background-color: transparent;
181 - clear: both;
182 - height: 1px;
183 - margin: 0 211px;
184 -}