Changes for page ListWebSearch

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

From version 12.1
edited by Ecaterina Valica
on 2009/03/16 15:23
Change comment: There is no comment for this version
To version 17.1
edited by Ecaterina Valica
on 2009/03/16 15:30
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,5 +1,4 @@
1 -#search
2 -{
1 +#search{
3 3   width: 100%;
4 4   background-color: #ffffff;
5 5  }
... ... @@ -21,9 +21,9 @@
21 21   color: #808080;
22 22  }
23 23  /* Search Filters*/
24 -.searchFilters
25 -{
23 +.searchFilters{
26 26   clear: both;
25 + margin-bottom: 15px;
27 27  }
28 28  #sortFilter{
29 29   color: #808080;
... ... @@ -52,7 +52,7 @@
52 52   float: left;
53 53  }
54 54  .resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
55 - color: #777777;
54 + color: #4D4D4D;
56 56  }
57 57  .pagination{
58 58   float: right;
... ... @@ -90,7 +90,12 @@
90 90   display: table-cell;
91 91   width: 80%;
92 92  }
93 -.itemTitle{}
92 +.itemTitle{
93 + color: #4d4d4d;
94 + font-weight: bold;
95 + line-height:1.4em;
96 + font-size:1.2em;
97 +}
94 94  .itemLocation{
95 95   color: #808080;
96 96  }