Changes for page ListWebSearch
Last modified by Ecaterina Valica on 2010/07/22 10:30
From version 422.1
edited by Ecaterina Valica
on 2009/04/17 08:39
on 2009/04/17 08:39
Change comment:
There is no comment for this version
To version 424.1
edited by Ecaterina Valica
on 2009/04/17 08:50
on 2009/04/17 08:50
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
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*/ ... ... @@ -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 } ... ... @@ -368,7 +368,7 @@ 368 368 margin: 0px; 369 369 } 370 370 .suggestResults em{ 371 - background-color: #F7FF94;367 + background-color:lemonChiffon; 372 372 padding:0; 373 373 margin: 0; 374 374 text-decoration: inherited;