Changes for page ListWebSearch

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

From version 72.1
edited by Ecaterina Valica
on 2009/03/17 14:50
Change comment: There is no comment for this version
To version 74.1
edited by Ecaterina Valica
on 2009/03/17 14:58
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -4,7 +4,7 @@
4 4  }
5 5  /* Search Bar*/
6 6  #searchBar{
7 - padding: 10px;
7 + padding: 10px 10px 5px 10px;
8 8   background-color: #e6e6e6;
9 9   border: 1px solid #b3b3b3;
10 10   margin-bottom: 11px;
... ... @@ -152,7 +152,7 @@
152 152  .small-star{width:55px;height:11px;}
153 153  .small-star,.small-star a:hover,.small-star a:active,.small-star a:focus,.small-star .current-rating{background-image:url($xwiki.getSkinFile("rating.png"));line-height:11px;height:11px;}
154 154  .small-star .current-rating{height:11px;}
155 -ul.locked a,ul.locked a:hover,ul.locked a:active,ul.locked a:focus{background:transparent none;}
155 +
156 156  /* Item Relevance*/
157 157  .relevance-rating{position:relative;width:48px;height:8px;overflow:hidden;list-style:none;margin:0!important;padding:0!important;background-position:left bottom;}
158 158  .relevance-rating li{display:inline;}