Changes for page ListWebSearch

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

From version 413.1
edited by Ecaterina Valica
on 2009/03/25 12:49
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,7 +114,6 @@
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;
... ... @@ -122,20 +122,19 @@
122 122  }
123 123  .controlPagination a.prevPagination {
124 124   background-position:left top;
125 - background-image:url($xwiki.getSkinFile("navigat.png"));
123 + background-image:url($xwiki.getSkinFile("navigation.png"));
126 126   width: 21px;
127 127   height: 22px;
128 128  }
129 129  .controlPagination a.noPrevPagination{
130 130   background-position:left bottom;
131 - background-image:url($xwiki.getSkinFile("navigat.png"));
129 + background-image:url($xwiki.getSkinFile("navigation.png"));
132 132   width: 21px;
133 133   height: 22px;
134 - left:21px;
135 135  }
136 136  .controlPagination a.nextPagination {
137 137   background-position:right top;
138 - background-image:url($xwiki.getSkinFile("navigat.png"));
135 + background-image:url($xwiki.getSkinFile("navigation.png"));
139 139   width: 21px;
140 140   height: 22px;
141 141   left: 21px;
... ... @@ -142,9 +142,10 @@
142 142  }
143 143  .controlPagination a.noNextPagination {
144 144   background-position:right bottom;
145 - background-image:url($xwiki.getSkinFile("navigat.png"));
142 + background-image:url($xwiki.getSkinFile("navigation.png"));
146 146   width: 21px;
147 147   height: 22px;
145 + left: 21px;
148 148  }
149 149  /* Search Result*/
150 150  #searchResults{