Changes for page ListWebSearch

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

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

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -106,6 +106,7 @@
106 106   overflow:hidden;
107 107   margin:0!important;
108 108   padding:0!important;
109 + list-style:none;
109 109   float: right;
110 110  }
111 111  .controlPagination a{
... ... @@ -113,36 +113,41 @@
113 113   top:0;
114 114   left:0;
115 115   text-indent:-1000em;
117 + height:25px;
116 116   line-height:25px;
117 117   outline:none;
118 118   overflow:hidden;
119 119   border:none;
120 120  }
123 +.controlPagination a:focus {
124 + outline: dotted 1px #000;
125 +}
121 121  .controlPagination a.prevPagination {
122 122   background-position:left top;
123 - background-image:url($xwiki.getSkinFile("navigation.png"));
128 + background-image:url($xwiki.getSkinFile("navigat.png"));
124 124   width: 21px;
125 125   height: 22px;
126 126  }
127 127  .controlPagination a.noPrevPagination{
128 128   background-position:left bottom;
129 - background-image:url($xwiki.getSkinFile("navigation.png"));
134 + background-image:url($xwiki.getSkinFile("navigat.png"));
130 130   width: 21px;
131 131   height: 22px;
132 132  }
133 133  .controlPagination a.nextPagination {
134 134   background-position:right top;
135 - background-image:url($xwiki.getSkinFile("navigation.png"));
140 + background-image:url($xwiki.getSkinFile("navigat.png"));
136 136   width: 21px;
137 137   height: 22px;
138 138   left: 21px;
144 + margin: 0;
145 + padding:0;
139 139  }
140 140  .controlPagination a.noNextPagination {
141 141   background-position:right bottom;
142 - background-image:url($xwiki.getSkinFile("navigation.png"));
149 + background-image:url($xwiki.getSkinFile("navigat.png"));
143 143   width: 21px;
144 144   height: 22px;
145 - left: 21px;
146 146  }
147 147  /* Search Result*/
148 148  #searchResults{