Changes for page ListWebSearch

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

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

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -67,6 +67,7 @@
67 67   color: #777777;
68 68   font-weight: bold;
69 69  }
70 +.pagination .controlPagination{}
70 70  .controlPagination{
71 71   position:relative;
72 72   width:44px;
... ... @@ -75,8 +75,8 @@
75 75   margin:0!important;
76 76   padding:0!important;
77 77   list-style:none;
78 - background-image:url($xwiki.getSkinFile("navigation2.png"));
79 - float: right;
79 + background-position:left top;
80 + background-image:url($xwiki.getSkinFile("navigation.png"));
80 80  }
81 81  .controlPagination li{
82 82   display:inline;
... ... @@ -255,6 +255,9 @@
255 255   clear: both;
256 256   text-align: right;
257 257  }
259 +.searchFooter .pagination {
260 + width: 100%;
261 +}
258 258  .divClosure {
259 259   background-color: transparent;
260 260   clear: both;