Changes for page ListWebSearch

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

From version 147.1
edited by Ecaterina Valica
on 2009/03/18 13:53
Change comment: There is no comment for this version
To version 154.1
edited by Ecaterina Valica
on 2009/03/18 14:53
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -27,8 +27,9 @@
27 27   color: #808080;
28 28   background-color: #e6e6e6;
29 29   padding: 5px;
30 + line-height: 22px;
30 30  }
31 -#sortFilter a{
32 +#sortFilter a.sortType{
32 32   color: #808080;
33 33  }
34 34  #sortFilter a:hover{
... ... @@ -46,6 +46,7 @@
46 46   border-top: 2px solid #b3b3b3;
47 47   padding: 5px;
48 48   display: block;
50 + line-height: 22px;
49 49  }
50 50  .resultsNo{
51 51   float: left;
... ... @@ -55,6 +55,7 @@
55 55  }
56 56  .pagination{
57 57   float: right;
60 + margin-right: 10px;
58 58  }
59 59  .pagination a{
60 60   color: #808080;
... ... @@ -69,13 +69,14 @@
69 69  }
70 70  .controlPagination{
71 71   position:relative;
72 - width:44px;
73 - height:26px;
75 + width:41px;
76 + height:22px;
74 74   overflow:hidden;
75 75   margin:0!important;
76 76   padding:0!important;
77 77   list-style:none;
78 - background-image:url($xwiki.getSkinFile("navigation.png"));
81 + background-image:url($xwiki.getSkinFile("navigation2.png"));
82 + float: right;
79 79  }
80 80  .controlPagination li{
81 81   display:inline;