Changes for page ListWebSearch

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

From version 143.1
edited by Ecaterina Valica
on 2009/03/18 13:40
Change comment: There is no comment for this version
To version 150.1
edited by Ecaterina Valica
on 2009/03/18 14:00
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -67,26 +67,38 @@
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;
74 - height:26px;
73 + 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")) left -1000px;
78 + background-image:url($xwiki.getSkinFile("navigation2.png"));
79 + float: right;
81 81  }
82 82  .controlPagination li{
83 83   display:inline;
84 84  }
84 +.controlPagination a{
85 + position:absolute;
86 + top:0;
87 + left:0;
88 + text-indent:-1000em;
89 + height:25px;
90 + line-height:25px;
91 + outline:none;
92 + overflow:hidden;
93 + border:none;
94 +}
85 85  a.prevPagination {
86 86   width: 50%;
97 + z-index: 2;
87 87  }
88 88  a.nextPagination {
89 - width: 50%;
100 + width: 100%;
101 + z-index: 1;
90 90  }
91 91  /* Search Filters*/
92 92  #searchResultsList{
... ... @@ -243,9 +243,6 @@
243 243   clear: both;
244 244   text-align: right;
245 245  }
246 -.searchFooter .pagination {
247 - width: 100%;
248 -}
249 249  .divClosure {
250 250   background-color: transparent;
251 251   clear: both;