Changes for page ListWebSearch

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

From version 8.1
edited by Ecaterina Valica
on 2009/03/16 15:09
Change comment: There is no comment for this version
To version 14.1
edited by Ecaterina Valica
on 2009/03/16 15:27
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,3 +1,6 @@
1 +*{
2 +border: 1px solid red;
3 +}
1 1  #search
2 2  {
3 3   width: 100%;
... ... @@ -32,8 +32,14 @@
32 32   padding: 5px;
33 33  }
34 34  #sortFilter a{
38 + color: #808080;
35 35  }
40 +#sortFilter a:hover{
41 + color: #777777;
42 +}
36 36  #sortFilter a#currentSort{
44 + color: #777777;
45 + font-weight: bold;
37 37  }
38 38  .paginationFilter {
39 39   color: #808080;
... ... @@ -45,13 +45,22 @@
45 45  .resultsNo{
46 46   float: left;
47 47  }
48 -.resultsNo .currentResultsNo{}
49 -.resultsNo .totalResultsNo{}
57 +.resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
58 + color: #4D4D4D;
59 +}
50 50  .pagination{
51 51   float: right;
52 52  }
53 -.pagination a{}
54 -.pagination a.currentPagination{}
63 +.pagination a{
64 + color: #808080;
65 +}
66 +.pagination a:hover{
67 + color: #777777;
68 +}
69 +.pagination a.currentPagination{
70 + color: #777777;
71 + font-weight: bold;
72 +}
55 55  .pagination .controlPagination{}
56 56  /* Search Filters*/
57 57  #searchResultsList{
... ... @@ -107,7 +107,10 @@
107 107   width: 100%;
108 108   background-color: #f2f2f2;
109 109  }
110 -.clearfloats
128 +.divClosure
111 111  {
112 - background-color: 0;
130 + background-color: transparent;
131 + clear: both;
132 + height: 1px;
133 + margin: 0 220px;
113 113  }