Changes for page ListWebSearch

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

From version 16.1
edited by Ecaterina Valica
on 2009/03/16 15:28
Change comment: There is no comment for this version
To version 11.1
edited by Ecaterina Valica
on 2009/03/16 15:21
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,4 +1,5 @@
1 -#search{
1 +#search
2 +{
2 2   width: 100%;
3 3   background-color: #ffffff;
4 4  }
... ... @@ -20,9 +20,9 @@
20 20   color: #808080;
21 21  }
22 22  /* Search Filters*/
23 -.searchFilters{
24 +.searchFilters
25 +{
24 24   clear: both;
25 - margin-bottom: 15px;
26 26  }
27 27  #sortFilter{
28 28   color: #808080;
... ... @@ -50,9 +50,8 @@
50 50  .resultsNo{
51 51   float: left;
52 52  }
53 -.resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
54 - color: #4D4D4D;
55 -}
54 +.resultsNo .currentResultsNo{}
55 +.resultsNo .totalResultsNo{}
56 56  .pagination{
57 57   float: right;
58 58  }