Changes for page ListWebSearch
Last modified by Ecaterina Valica on 2010/07/22 10:30
To version 419.1
edited by Ecaterina Valica
on 2009/04/09 17:08
on 2009/04/09 17:08
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -118,26 +118,30 @@ 118 118 overflow:hidden; 119 119 border:none; 120 120 } 121 -.controlPagination a.prevPagination , 122 -.controlPagination a.noPrevPagination, 123 -.controlPagination a.nextPagination, 124 -.controlPagination a.noNextPagination { 121 +.controlPagination a.prevPagination { 122 + background-position:left top; 125 125 background-image:url($xwiki.getSkinFile("navigation.png")); 126 126 width: 21px; 127 127 height: 22px; 128 128 } 129 -.controlPagination a.prevPagination { 130 - background-position:left top; 131 -} 132 132 .controlPagination a.noPrevPagination{ 133 133 background-position:left bottom; 129 + background-image:url($xwiki.getSkinFile("navigation.png")); 130 + width: 21px; 131 + height: 22px; 134 134 } 135 135 .controlPagination a.nextPagination { 136 136 background-position:right top; 135 + background-image:url($xwiki.getSkinFile("navigation.png")); 136 + width: 21px; 137 + height: 22px; 137 137 left: 21px; 138 138 } 139 139 .controlPagination a.noNextPagination { 140 140 background-position:right bottom; 142 + background-image:url($xwiki.getSkinFile("navigation.png")); 143 + width: 21px; 144 + height: 22px; 141 141 left: 21px; 142 142 } 143 143 /* Search Result*/ ... ... @@ -159,19 +159,19 @@ 159 159 width: 3%; 160 160 } 161 161 .itemType .typeComment{ 162 - background:transparent url($xwiki.getSkinFile(" icons/silk/comment.gif")) center right no-repeat;166 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat; 163 163 display:inline-block; 164 164 width:16px; 165 165 height:16px; 166 166 } 167 167 .itemType .typeAttachment{ 168 - background:transparent url($xwiki.getSkinFile(" icons/silk/attach.gif")) center right no-repeat;172 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat; 169 169 display:inline-block; 170 170 width:16px; 171 171 height:16px; 172 172 } 173 173 .itemType .typePage{ 174 - background:transparent url($xwiki.getSkinFile("icons/silk/page_white_text.gif")) center right no-repeat;178 + background:transparent; 175 175 display:inline-block; 176 176 width:16px; 177 177 height:16px; ... ... @@ -216,7 +216,7 @@ 216 216 font-size:90%; 217 217 } 218 218 .itemContext em{ 219 - background-color: lemonChiffon;223 + background-color:#F7FF94; 220 220 padding:0; 221 221 margin: 0; 222 222 text-decoration: inherited; ... ... @@ -232,12 +232,12 @@ 232 232 padding-right: 5px; 233 233 } 234 234 .itemOthers .itemComments a{ 235 - background:transparent url($xwiki.getSkinFile(" icons/silk/comment.gif")) center right no-repeat;239 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat; 236 236 display:inline-block; 237 237 padding-right:16px; 238 238 } 239 239 .itemOthers .itemAttachments a{ 240 - background:transparent url($xwiki.getSkinFile(" icons/silk/attach.gif")) center right no-repeat;244 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat; 241 241 display:inline-block; 242 242 padding-right:16px; 243 243 }