Changes for page ListWebSearch

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

From version 68.1
edited by Ecaterina Valica
on 2009/03/17 14:36
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
... ... @@ -1,11 +1,10 @@
1 1  #search{
2 2   width: 100%;
3 - background-color: #000;
3 + background-color: #fff;
4 4  }
5 5  /* Search Bar*/
6 6  #searchBar{
7 - width: 80%;
8 - padding: 10px;
7 + padding: 10px 10px 5px 10px;
9 9   background-color: #e6e6e6;
10 10   border: 1px solid #b3b3b3;
11 11   margin-bottom: 11px;
... ... @@ -153,7 +153,7 @@
153 153  .small-star{width:55px;height:11px;}
154 154  .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;}
155 155  .small-star .current-rating{height:11px;}
156 -ul.locked a,ul.locked a:hover,ul.locked a:active,ul.locked a:focus{background:transparent none;}
155 +
157 157  /* Item Relevance*/
158 158  .relevance-rating{position:relative;width:48px;height:8px;overflow:hidden;list-style:none;margin:0!important;padding:0!important;background-position:left bottom;}
159 159  .relevance-rating li{display:inline;}