Changes for page ListWebSearch

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

From version 17.1
edited by Ecaterina Valica
on 2009/03/16 15:30
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
... ... @@ -1,8 +1,11 @@
1 -#search{
1 +#search
2 +{
2 2   width: 100%;
3 3   background-color: #ffffff;
4 4  }
6 +
5 5  /* Search Bar*/
8 +
6 6  #searchBar{
7 7   width: 60%;
8 8   padding: 10px;
... ... @@ -11,19 +11,23 @@
11 11   margin-bottom: 20px;
12 12   clear: both;
13 13  }
17 +
14 14  #searchBar input, #searchBar select {
15 15   border: 1px solid #b3b3b3;
16 16   color: #4d4d4d;
17 17  }
22 +
18 18  .searchHelp{
19 19   font-size: 80%;
20 20   color: #808080;
21 21  }
27 +
22 22  /* Search Filters*/
23 -.searchFilters{
29 +.searchFilters
30 +{
24 24   clear: both;
25 - margin-bottom: 15px;
26 26  }
33 +
27 27  #sortFilter{
28 28   color: #808080;
29 29   background-color: #e6e6e6;
... ... @@ -30,15 +30,12 @@
30 30   border-bottom: 2px solid #b3b3b3;
31 31   padding: 5px;
32 32  }
40 +
33 33  #sortFilter a{
34 - color: #808080;
35 35  }
36 -#sortFilter a:hover{
37 - color: #777777;
38 -}
43 +
39 39  #sortFilter a#currentSort{
40 - color: #777777;
41 - font-weight: bold;
45 +
42 42  }
43 43  .paginationFilter {
44 44   color: #808080;
... ... @@ -50,23 +50,15 @@
50 50  .resultsNo{
51 51   float: left;
52 52  }
53 -.resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
54 - color: #4D4D4D;
55 -}
57 +.resultsNo .currentResultsNo{}
58 +.resultsNo .totalResultsNo{}
56 56  .pagination{
57 57   float: right;
58 58  }
59 -.pagination a{
60 - color: #808080;
61 -}
62 -.pagination a:hover{
63 - color: #777777;
64 -}
65 -.pagination a.currentPagination{
66 - color: #777777;
67 - font-weight: bold;
68 -}
62 +.pagination a{}
63 +.pagination a.currentPagination{}
69 69  .pagination .controlPagination{}
65 +
70 70  /* Search Filters*/
71 71  #searchResultsList{
72 72   clear: both;
... ... @@ -74,6 +74,7 @@
74 74  .resultItem{
75 75   margin-bottom: 15px;
76 76  }
73 +
77 77  .resultItemContainer{
78 78   clear: both;
79 79   display: table-row;
... ... @@ -89,12 +89,7 @@
89 89   display: table-cell;
90 90   width: 80%;
91 91  }
92 -.itemTitle{
93 - color: #4d4d4d;
94 - font-weight: bold;
95 - line-height:1.4em;
96 - font-size:1.2em;
97 -}
89 +.itemTitle{}
98 98  .itemLocation{
99 99   color: #808080;
100 100  }
... ... @@ -122,14 +122,13 @@
122 122   clear: both;
123 123   text-align: right;
124 124  }
117 +
125 125  .searchFooter .pagination {
126 126   width: 100%;
127 127   background-color: #f2f2f2;
128 128  }
129 -.divClosure
122 +
123 +.clearfloats
130 130  {
131 - background-color: transparent;
132 - clear: both;
133 - height: 1px;
134 - margin: 0 220px;
125 + background-color: 0;
135 135  }