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 7.1
edited by Ecaterina Valica
on 2009/03/16 15:07
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -3,7 +3,9 @@
3 3   width: 100%;
4 4   background-color: #ffffff;
5 5  }
6 +
6 6  /* Search Bar*/
8 +
7 7  #searchBar{
8 8   width: 60%;
9 9   padding: 10px;
... ... @@ -12,19 +12,23 @@
12 12   margin-bottom: 20px;
13 13   clear: both;
14 14  }
17 +
15 15  #searchBar input, #searchBar select {
16 16   border: 1px solid #b3b3b3;
17 17   color: #4d4d4d;
18 18  }
22 +
19 19  .searchHelp{
20 20   font-size: 80%;
21 21   color: #808080;
22 22  }
27 +
23 23  /* Search Filters*/
24 24  .searchFilters
25 25  {
26 26   clear: both;
27 27  }
33 +
28 28  #sortFilter{
29 29   color: #808080;
30 30   background-color: #e6e6e6;
... ... @@ -31,15 +31,12 @@
31 31   border-bottom: 2px solid #b3b3b3;
32 32   padding: 5px;
33 33  }
40 +
34 34  #sortFilter a{
35 - color: #808080;
36 36  }
37 -#sortFilter a:hover{
38 - color: #777777;
39 -}
43 +
40 40  #sortFilter a#currentSort{
41 - color: #777777;
42 - font-weight: bold;
45 +
43 43  }
44 44  .paginationFilter {
45 45   color: #808080;
... ... @@ -51,23 +51,15 @@
51 51  .resultsNo{
52 52   float: left;
53 53  }
54 -.resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
55 - color: #777777;
56 -}
57 +.resultsNo .currentResultsNo{}
58 +.resultsNo .totalResultsNo{}
57 57  .pagination{
58 58   float: right;
59 59  }
60 -.pagination a{
61 - color: #808080;
62 -}
63 -.pagination a:hover{
64 - color: #777777;
65 -}
66 -.pagination a.currentPagination{
67 - color: #777777;
68 - font-weight: bold;
69 -}
62 +.pagination a{}
63 +.pagination a.currentPagination{}
70 70  .pagination .controlPagination{}
65 +
71 71  /* Search Filters*/
72 72  #searchResultsList{
73 73   clear: both;
... ... @@ -75,6 +75,7 @@
75 75  .resultItem{
76 76   margin-bottom: 15px;
77 77  }
73 +
78 78  .resultItemContainer{
79 79   clear: both;
80 80   display: table-row;
... ... @@ -118,14 +118,13 @@
118 118   clear: both;
119 119   text-align: right;
120 120  }
117 +
121 121  .searchFooter .pagination {
122 122   width: 100%;
123 123   background-color: #f2f2f2;
124 124  }
125 -.divClosure
122 +
123 +.clearfloats
126 126  {
127 - background-color: transparent;
128 - clear: both;
129 - height: 1px;
130 - margin: 0 220px;
125 + background-color: 0;
131 131  }