Changes for page ListWebSearch

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

From version 410.1
edited by Ecaterina Valica
on 2009/03/25 12:43
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
... ... @@ -106,7 +106,6 @@
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 112  .controlPagination a{
... ... @@ -114,41 +114,36 @@
114 114   top:0;
115 115   left:0;
116 116   text-indent:-1000em;
117 - height:25px;
118 118   line-height:25px;
119 119   outline:none;
120 120   overflow:hidden;
121 121   border:none;
122 122  }
123 -.controlPagination a:focus {
124 - outline: dotted 1px #000;
125 -}
126 126  .controlPagination a.prevPagination {
127 127   background-position:left top;
128 - background-image:url($xwiki.getSkinFile("navigat.png"));
123 + background-image:url($xwiki.getSkinFile("navigation.png"));
129 129   width: 21px;
130 130   height: 22px;
131 131  }
132 132  .controlPagination a.noPrevPagination{
133 133   background-position:left bottom;
134 - background-image:url($xwiki.getSkinFile("navigat.png"));
129 + background-image:url($xwiki.getSkinFile("navigation.png"));
135 135   width: 21px;
136 136   height: 22px;
137 137  }
138 138  .controlPagination a.nextPagination {
139 139   background-position:right top;
140 - background-image:url($xwiki.getSkinFile("navigat.png"));
135 + background-image:url($xwiki.getSkinFile("navigation.png"));
141 141   width: 21px;
142 142   height: 22px;
143 143   left: 21px;
144 - margin: 0;
145 - padding:0;
146 146  }
147 147  .controlPagination a.noNextPagination {
148 148   background-position:right bottom;
149 - background-image:url($xwiki.getSkinFile("navigat.png"));
142 + background-image:url($xwiki.getSkinFile("navigation.png"));
150 150   width: 21px;
151 151   height: 22px;
145 + left: 21px;
152 152  }
153 153  /* Search Result*/
154 154  #searchResults{