Changes for page ListWebSearch

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

From version 145.1
edited by Ecaterina Valica
on 2009/03/18 13:43
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,29 +77,16 @@
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 84  }
85 -.controlPagination a{
86 - position:absolute;
87 - top:0;
88 - left:0;
89 - text-indent:-1000em;
90 - height:25px;
91 - line-height:25px;
92 - outline:none;
93 - overflow:hidden;
94 - border:none;
95 -}
96 96  a.prevPagination {
97 97   width: 50%;
98 - z-index: 2;
99 99  }
100 100  a.nextPagination {
101 - width: 100%;
102 - z-index: 1;
89 + width: 50%;
103 103  }
104 104  /* Search Filters*/
105 105  #searchResultsList{