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 143.1
edited by Ecaterina Valica
on 2009/03/18 13:40
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -77,7 +77,7 @@
77 77   padding:0!important;
78 78   list-style:none;
79 79   background-position:left top;
80 - background-image:url($xwiki.getSkinFile("navigation.png"));
80 + background-image:url($xwiki.getSkinFile("navigation.png")) left -1000px;
81 81  }
82 82  .controlPagination li{
83 83   display:inline;
... ... @@ -84,11 +84,9 @@
84 84  }
85 85  a.prevPagination {
86 86   width: 50%;
87 - z-index: 2;
88 88  }
89 89  a.nextPagination {
90 - width: 100%;
91 - z-index: 1;
89 + width: 50%;
92 92  }
93 93  /* Search Filters*/
94 94  #searchResultsList{