Changes for page ListWebSearch

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

From version 8.1
edited by Ecaterina Valica
on 2009/03/16 15:09
Change comment: There is no comment for this version
To version 11.1
edited by Ecaterina Valica
on 2009/03/16 15:21
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -32,8 +32,14 @@
32 32   padding: 5px;
33 33  }
34 34  #sortFilter a{
35 + color: #808080;
35 35  }
37 +#sortFilter a:hover{
38 + color: #777777;
39 +}
36 36  #sortFilter a#currentSort{
41 + color: #777777;
42 + font-weight: bold;
37 37  }
38 38  .paginationFilter {
39 39   color: #808080;
... ... @@ -50,8 +50,16 @@
50 50  .pagination{
51 51   float: right;
52 52  }
53 -.pagination a{}
54 -.pagination a.currentPagination{}
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 +}
55 55  .pagination .controlPagination{}
56 56  /* Search Filters*/
57 57  #searchResultsList{
... ... @@ -107,7 +107,10 @@
107 107   width: 100%;
108 108   background-color: #f2f2f2;
109 109  }
110 -.clearfloats
124 +.divClosure
111 111  {
112 - background-color: 0;
126 + background-color: transparent;
127 + clear: both;
128 + height: 1px;
129 + margin: 0 220px;
113 113  }