Changes for page ListWebSearch

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

From version 403.1
edited by Ecaterina Valica
on 2009/03/25 12:18
Change comment: There is no comment for this version
To version 416.1
edited by Ecaterina Valica
on 2009/03/25 13:02
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -101,23 +101,18 @@
101 101  }
102 102  .controlPagination{
103 103   position:relative;
104 - width:41px;
104 + width:42px;
105 105   height:22px;
106 106   overflow:hidden;
107 107   margin:0!important;
108 108   padding:0!important;
109 - list-style:none;
110 110   float: right;
111 111  }
112 -.controlPagination li{
113 - display:inline;
114 -}
115 115  .controlPagination a{
116 116   position:absolute;
117 117   top:0;
118 118   left:0;
119 119   text-indent:-1000em;
120 - height:25px;
121 121   line-height:25px;
122 122   outline:none;
123 123   overflow:hidden;
... ... @@ -125,19 +125,29 @@
125 125  }
126 126  .controlPagination a.prevPagination {
127 127   background-position:left top;
128 - background-image:url($xwiki.getSkinFile("navi.png"));
123 + background-image:url($xwiki.getSkinFile("navigation.png"));
124 + width: 21px;
125 + height: 22px;
129 129  }
130 130  .controlPagination a.noPrevPagination{
131 131   background-position:left bottom;
132 - background-image:url($xwiki.getSkinFile("navi.png"));
129 + background-image:url($xwiki.getSkinFile("navigation.png"));
130 + width: 21px;
131 + height: 22px;
133 133  }
134 134  .controlPagination a.nextPagination {
135 135   background-position:right top;
136 - background-image:url($xwiki.getSkinFile("navi.png"));
135 + background-image:url($xwiki.getSkinFile("navigation.png"));
136 + width: 21px;
137 + height: 22px;
138 + left: 21px;
137 137  }
138 138  .controlPagination a.noNextPagination {
139 139   background-position:right bottom;
140 - background-image:url($xwiki.getSkinFile("navi.png"));
142 + background-image:url($xwiki.getSkinFile("navigation.png"));
143 + width: 21px;
144 + height: 22px;
145 + left: 21px;
141 141  }
142 142  /* Search Result*/
143 143  #searchResults{