Changes for page ListWebSearch

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

From version 145.1
edited by Ecaterina Valica
on 2009/03/18 13:43
Change comment: There is no comment for this version
To version 152.1
edited by Ecaterina Valica
on 2009/03/18 14:42
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -46,6 +46,7 @@
46 46   border-top: 2px solid #b3b3b3;
47 47   padding: 5px;
48 48   display: block;
49 + 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;
59 + margin-right: 10px;
58 58  }
59 59  .pagination a{
60 60   color: #808080;
... ... @@ -67,17 +67,16 @@
67 67   color: #777777;
68 68   font-weight: bold;
69 69  }
70 -.pagination .controlPagination{}
71 71  .controlPagination{
72 72   position:relative;
73 - width:44px;
74 - height:26px;
74 + width:41px;
75 + height:22px;
75 75   overflow:hidden;
76 76   margin:0!important;
77 77   padding:0!important;
78 78   list-style:none;
79 - background-position:left top;
80 - background-image:url($xwiki.getSkinFile("navigation.png"));
80 + background-image:url($xwiki.getSkinFile("navigation2.png"));
81 + float: right;
81 81  }
82 82  .controlPagination li{
83 83   display:inline;
... ... @@ -256,9 +256,6 @@
256 256   clear: both;
257 257   text-align: right;
258 258  }
259 -.searchFooter .pagination {
260 - width: 100%;
261 -}
262 262  .divClosure {
263 263   background-color: transparent;
264 264   clear: both;