Changes for page ListWebSearch

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

From version 7.1
edited by Ecaterina Valica
on 2009/03/16 15:07
Change comment: There is no comment for this version
To version 10.1
edited by Ecaterina Valica
on 2009/03/16 15:18
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -3,9 +3,7 @@
3 3   width: 100%;
4 4   background-color: #ffffff;
5 5  }
6 -
7 7  /* Search Bar*/
8 -
9 9  #searchBar{
10 10   width: 60%;
11 11   padding: 10px;
... ... @@ -14,23 +14,19 @@
14 14   margin-bottom: 20px;
15 15   clear: both;
16 16  }
17 -
18 18  #searchBar input, #searchBar select {
19 19   border: 1px solid #b3b3b3;
20 20   color: #4d4d4d;
21 21  }
22 -
23 23  .searchHelp{
24 24   font-size: 80%;
25 25   color: #808080;
26 26  }
27 -
28 28  /* Search Filters*/
29 29  .searchFilters
30 30  {
31 31   clear: both;
32 32  }
33 -
34 34  #sortFilter{
35 35   color: #808080;
36 36   background-color: #e6e6e6;
... ... @@ -37,12 +37,14 @@
37 37   border-bottom: 2px solid #b3b3b3;
38 38   padding: 5px;
39 39  }
40 -
41 41  #sortFilter a{
35 + color: #808080;
42 42  }
43 -
37 +#sortFilter a:hover{
38 + color: #4d4d4d;
39 +}
44 44  #sortFilter a#currentSort{
45 -
41 + color: #4d4d4d;
46 46  }
47 47  .paginationFilter {
48 48   color: #808080;
... ... @@ -62,7 +62,6 @@
62 62  .pagination a{}
63 63  .pagination a.currentPagination{}
64 64  .pagination .controlPagination{}
65 -
66 66  /* Search Filters*/
67 67  #searchResultsList{
68 68   clear: both;
... ... @@ -70,7 +70,6 @@
70 70  .resultItem{
71 71   margin-bottom: 15px;
72 72  }
73 -
74 74  .resultItemContainer{
75 75   clear: both;
76 76   display: table-row;
... ... @@ -114,13 +114,14 @@
114 114   clear: both;
115 115   text-align: right;
116 116  }
117 -
118 118  .searchFooter .pagination {
119 119   width: 100%;
120 120   background-color: #f2f2f2;
121 121  }
122 -
123 -.clearfloats
115 +.divClosure
124 124  {
125 - background-color: 0;
117 + background-color: transparent;
118 + clear: both;
119 + height: 1px;
120 + margin: 0 220px;
126 126  }