Changes for page ListWebSearch

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

From version 420.1
edited by Ecaterina Valica
on 2009/04/17 08:19
Change comment: There is no comment for this version
To version 423.3
edited by Ecaterina Valica
on 2009/04/17 08:45
Change comment: Deleted object

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -118,30 +118,26 @@
118 118   overflow:hidden;
119 119   border:none;
120 120  }
121 -.controlPagination a.prevPagination {
122 - background-position:left top;
121 +.controlPagination a.prevPagination ,
122 +.controlPagination a.noPrevPagination,
123 +.controlPagination a.nextPagination,
124 +.controlPagination a.noNextPagination {
123 123   background-image:url($xwiki.getSkinFile("navigation.png"));
124 124   width: 21px;
125 125   height: 22px;
126 126  }
129 +.controlPagination a.prevPagination {
130 + background-position:left top;
131 +}
127 127  .controlPagination a.noPrevPagination{
128 128   background-position:left bottom;
129 - background-image:url($xwiki.getSkinFile("navigation.png"));
130 - width: 21px;
131 - height: 22px;
132 132  }
133 133  .controlPagination a.nextPagination {
134 134   background-position:right top;
135 - background-image:url($xwiki.getSkinFile("navigation.png"));
136 - width: 21px;
137 - height: 22px;
138 138   left: 21px;
139 139  }
140 140  .controlPagination a.noNextPagination {
141 141   background-position:right bottom;
142 - background-image:url($xwiki.getSkinFile("navigation.png"));
143 - width: 21px;
144 - height: 22px;
145 145   left: 21px;
146 146  }
147 147  /* Search Result*/
... ... @@ -175,7 +175,7 @@
175 175   height:16px;
176 176  }
177 177  .itemType .typePage{
178 - background:transparent url($xwiki.getSkinFile("icons/silk/page.gif")) center right no-repeat;
174 + background:transparent url($xwiki.getSkinFile("icons/silk/page_white_text.gif")) center right no-repeat;
179 179   display:inline-block;
180 180   width:16px;
181 181   height:16px;
... ... @@ -220,7 +220,7 @@
220 220   font-size:90%;
221 221  }
222 222  .itemContext em{
223 - background-color:#F7FF94;
219 + background-color:lemonChiffon;
224 224   padding:0;
225 225   margin: 0;
226 226   text-decoration: inherited;
... ... @@ -236,12 +236,12 @@
236 236   padding-right: 5px;
237 237  }
238 238  .itemOthers .itemComments a{
239 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
235 + background:transparent url($xwiki.getSkinFile("icons/silk/comment.gif")) center right no-repeat;
240 240   display:inline-block;
241 241   padding-right:16px;
242 242  }
243 243  .itemOthers .itemAttachments a{
244 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
240 + background:transparent url($xwiki.getSkinFile("icons/silk/attach.gif")) center right no-repeat;
245 245   display:inline-block;
246 246   padding-right:16px;
247 247  }