Changes for page ListWebSearch

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

From version 412.1
edited by Ecaterina Valica
on 2009/03/25 12:47
Change comment: There is no comment for this version
To version 413.1
edited by Ecaterina Valica
on 2009/03/25 12:49
Change comment: There is no comment for this version

Summary

Details

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