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

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,5 @@
1 1  $xwiki.ssx.use("Main.ListWebSearch")
2 +
2 2  #if(!$request.space)
3 3   #set($space = "All")
4 4  #else
... ... @@ -15,6 +15,7 @@
15 15  #macro(spaceoption $space $selectspace $spacesText)
16 16   <option value="$spacesText.get($space)" #if($selectspace == $spacesText.get($space))selected="selected"#end>$space</option>
17 17  #end
19 +
18 18  #macro(spaceselect $selectspace $spaces $spacesText)
19 19   <select name="space">
20 20   #spaceoption("All spaces" $selectspace $spacesText)
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,35 +6,35 @@
1 -*
2 -{
3 -border: 1px solid red;
4 -}
5 -
6 6  #search
7 7  {
8 8   width: 100%;
9 9   background-color: #ffffff;
10 10  }
6 +
11 11  /* Search Bar*/
8 +
12 12  #searchBar{
13 13   width: 60%;
14 14   padding: 10px;
15 15   background-color: #e6e6e6;
16 16   border: 1px solid #b3b3b3;
17 - margin-bottom: 20px;
18 18   clear: both;
19 19  }
16 +
20 20  #searchBar input, #searchBar select {
21 21   border: 1px solid #b3b3b3;
22 22   color: #4d4d4d;
23 23  }
21 +
24 24  .searchHelp{
25 25   font-size: 80%;
26 26   color: #808080;
27 27  }
26 +
28 28  /* Search Filters*/
29 29  .searchFilters
30 30  {
31 31   clear: both;
32 32  }
32 +
33 33  #sortFilter{
34 34   color: #808080;
35 35   background-color: #e6e6e6;
... ... @@ -36,15 +36,12 @@
36 36   border-bottom: 2px solid #b3b3b3;
37 37   padding: 5px;
38 38  }
39 +
39 39  #sortFilter a{
40 - color: #808080;
41 41  }
42 -#sortFilter a:hover{
43 - color: #777777;
44 -}
42 +
45 45  #sortFilter a#currentSort{
46 - color: #777777;
47 - font-weight: bold;
44 +
48 48  }
49 49  .paginationFilter {
50 50   color: #808080;
... ... @@ -56,23 +56,15 @@
56 56  .resultsNo{
57 57   float: left;
58 58  }
59 -.resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
60 - color: #4D4D4D;
61 -}
56 +.resultsNo .currentResultsNo{}
57 +.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 -}
61 +.pagination a{}
62 +.pagination a.currentPagination{}
75 75  .pagination .controlPagination{}
64 +
76 76  /* Search Filters*/
77 77  #searchResultsList{
78 78   clear: both;
... ... @@ -80,6 +80,7 @@
80 80  .resultItem{
81 81   margin-bottom: 15px;
82 82  }
72 +
83 83  .resultItemContainer{
84 84   clear: both;
85 85   display: table-row;
... ... @@ -123,14 +123,13 @@
123 123   clear: both;
124 124   text-align: right;
125 125  }
116 +
126 126  .searchFooter .pagination {
127 127   width: 100%;
128 128   background-color: #f2f2f2;
129 129  }
130 -.divClosure
121 +
122 +.clearfloats
131 131  {
132 - background-color: transparent;
133 - clear: both;
134 - height: 1px;
135 - margin: 0 220px;
124 + background-color: none;
136 136  }