Changes for page ListWebSearch

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

From version 414.1
edited by Ecaterina Valica
on 2009/03/25 12:50
Change comment: There is no comment for this version
To version 411.1
edited by Ecaterina Valica
on 2009/03/25 12:44
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -138,6 +138,8 @@
138 138   width: 21px;
139 139   height: 22px;
140 140   left: 21px;
141 + margin: 0;
142 + padding:0;
141 141  }
142 142  .controlPagination a.noNextPagination {
143 143   background-position:right bottom;
... ... @@ -144,8 +144,13 @@
144 144   background-image:url($xwiki.getSkinFile("navigat.png"));
145 145   width: 21px;
146 146   height: 22px;
147 - left: 21px;
148 148  }
150 +.controlPagination a.prevPagination:focus,
151 +.controlPagination a.noPrevPagination:focus,
152 +.controlPagination a.nextPagination:focus,
153 +.controlPagination a.noNextPagination:focus{
154 + outline: dotted 1px #000;
155 +}
149 149  /* Search Result*/
150 150  #searchResults{
151 151   clear: both;