Changes for page ListWebSearch

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

From version 10.1
edited by Ecaterina Valica
on 2009/03/16 15:18
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,14 +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: #4d4d4d;
39 -}
43 +
40 40  #sortFilter a#currentSort{
41 - color: #4d4d4d;
45 +
42 42  }
43 43  .paginationFilter {
44 44   color: #808080;
... ... @@ -58,6 +58,7 @@
58 58  .pagination a{}
59 59  .pagination a.currentPagination{}
60 60  .pagination .controlPagination{}
65 +
61 61  /* Search Filters*/
62 62  #searchResultsList{
63 63   clear: both;
... ... @@ -65,6 +65,7 @@
65 65  .resultItem{
66 66   margin-bottom: 15px;
67 67  }
73 +
68 68  .resultItemContainer{
69 69   clear: both;
70 70   display: table-row;
... ... @@ -108,14 +108,13 @@
108 108   clear: both;
109 109   text-align: right;
110 110  }
117 +
111 111  .searchFooter .pagination {
112 112   width: 100%;
113 113   background-color: #f2f2f2;
114 114  }
115 -.divClosure
122 +
123 +.clearfloats
116 116  {
117 - background-color: transparent;
118 - clear: both;
119 - height: 1px;
120 - margin: 0 220px;
125 + background-color: 0;
121 121  }