Changes for page ListWebSearch

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

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

Summary

Details

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