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 12.1
edited by Ecaterina Valica
on 2009/03/16 15:23
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,15 @@
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: #777777;
39 +}
44 44  #sortFilter a#currentSort{
45 -
41 + color: #777777;
42 + 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{}
54 +.resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
55 + color: #777777;
56 +}
59 59  .pagination{
60 60   float: right;
61 61  }
62 -.pagination a{}
63 -.pagination a.currentPagination{}
60 +.pagination a{
61 + color: #808080;
62 +}
63 +.pagination a:hover{
64 + color: #777777;
65 +}
66 +.pagination a.currentPagination{
67 + color: #777777;
68 + font-weight: bold;
69 +}
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
125 +.divClosure
124 124  {
125 - background-color: 0;
127 + background-color: transparent;
128 + clear: both;
129 + height: 1px;
130 + margin: 0 220px;
126 126  }