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

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,11 +1,12 @@
1 +*{
2 +border: 1px solid red;
3 +}
1 1  #search
2 2  {
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,15 @@
37 37   border-bottom: 2px solid #b3b3b3;
38 38   padding: 5px;
39 39  }
40 -
41 41  #sortFilter a{
38 + color: #808080;
42 42  }
43 -
40 +#sortFilter a:hover{
41 + color: #777777;
42 +}
44 44  #sortFilter a#currentSort{
45 -
44 + color: #777777;
45 + font-weight: bold;
46 46  }
47 47  .paginationFilter {
48 48   color: #808080;
... ... @@ -54,15 +54,23 @@
54 54  .resultsNo{
55 55   float: left;
56 56  }
57 -.resultsNo .currentResultsNo{}
58 -.resultsNo .totalResultsNo{}
57 +.resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
58 + color: #4D4D4D;
59 +}
59 59  .pagination{
60 60   float: right;
61 61  }
62 -.pagination a{}
63 -.pagination a.currentPagination{}
63 +.pagination a{
64 + color: #808080;
65 +}
66 +.pagination a:hover{
67 + color: #777777;
68 +}
69 +.pagination a.currentPagination{
70 + color: #777777;
71 + font-weight: bold;
72 +}
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
128 +.divClosure
124 124  {
125 - background-color: 0;
130 + background-color: transparent;
131 + clear: both;
132 + height: 1px;
133 + margin: 0 220px;
126 126  }