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

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -32,8 +32,13 @@
32 32   padding: 5px;
33 33  }
34 34  #sortFilter a{
35 + color: #808080;
35 35  }
37 +#sortFilter a:hover{
38 + color: #4d4d4d;
39 +}
36 36  #sortFilter a#currentSort{
41 + color: #4d4d4d;
37 37  }
38 38  .paginationFilter {
39 39   color: #808080;
... ... @@ -107,7 +107,10 @@
107 107   width: 100%;
108 108   background-color: #f2f2f2;
109 109  }
110 -.clearfloats
115 +.divClosure
111 111  {
112 - background-color: 0;
117 + background-color: transparent;
118 + clear: both;
119 + height: 1px;
120 + margin: 0 220px;
113 113  }