Changes for page ListWebSearch

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

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

Summary

Details

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