Changes for page ListWebSearch

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

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

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -67,7 +67,6 @@
67 67   color: #777777;
68 68   font-weight: bold;
69 69  }
70 -.pagination .controlPagination{}
71 71  .controlPagination{
72 72   position:relative;
73 73   width:44px;
... ... @@ -76,12 +76,22 @@
76 76   margin:0!important;
77 77   padding:0!important;
78 78   list-style:none;
79 - background-position:left top;
80 80   background-image:url($xwiki.getSkinFile("navigation.png"));
81 81  }
82 82  .controlPagination li{
83 83   display:inline;
84 84  }
83 +.controlPagination a{
84 + position:absolute;
85 + top:0;
86 + left:0;
87 + text-indent:-1000em;
88 + height:25px;
89 + line-height:25px;
90 + outline:none;
91 + overflow:hidden;
92 + border:none;
93 +}
85 85  a.prevPagination {
86 86   width: 50%;
87 87   z-index: 2;
... ... @@ -245,9 +245,6 @@
245 245   clear: both;
246 246   text-align: right;
247 247  }
248 -.searchFooter .pagination {
249 - width: 100%;
250 -}
251 251  .divClosure {
252 252   background-color: transparent;
253 253   clear: both;