Changes for page ListWebSearch
Last modified by Ecaterina Valica on 2010/07/22 10:30
From version 416.1
edited by Ecaterina Valica
on 2009/03/25 13:02
on 2009/03/25 13:02
Change comment:
There is no comment for this version
To version 398.1
edited by Ecaterina Valica
on 2009/03/25 10:57
on 2009/03/25 10:57
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -76,12 +76,6 @@ 76 76 .resultsNo .currentResultsNo, .resultsNo .totalResultsNo{ 77 77 color: #aaa; 78 78 } 79 -.paginationFooter{ 80 - display: block; 81 - clear: both; 82 - text-align: right; 83 - font-size: 90%; 84 -} 85 85 .pagination{ 86 86 float: right; 87 87 margin-right: 10px; ... ... @@ -101,49 +101,37 @@ 101 101 } 102 102 .controlPagination{ 103 103 position:relative; 104 - width:4 2px;98 + width:41px; 105 105 height:22px; 106 106 overflow:hidden; 107 107 margin:0!important; 108 108 padding:0!important; 103 + list-style:none; 104 + background-image:url($xwiki.getSkinFile("navigation.png")); 109 109 float: right; 110 110 } 107 +.controlPagination li{ 108 + display:inline; 109 +} 111 111 .controlPagination a{ 112 112 position:absolute; 113 113 top:0; 114 114 left:0; 115 115 text-indent:-1000em; 115 + height:25px; 116 116 line-height:25px; 117 117 outline:none; 118 118 overflow:hidden; 119 119 border:none; 120 120 } 121 -.controlPagination a.prevPagination { 122 - background-position:left top; 123 - background-image:url($xwiki.getSkinFile("navigation.png")); 124 - width: 21px; 125 - height: 22px; 121 +a.prevPagination { 122 + width: 50%; 123 + z-index: 2; 126 126 } 127 -.controlPagination a.noPrevPagination{ 128 - background-position:left bottom; 129 - background-image:url($xwiki.getSkinFile("navigation.png")); 130 - width: 21px; 131 - height: 22px; 125 +a.nextPagination { 126 + width: 100%; 127 + z-index: 1; 132 132 } 133 -.controlPagination a.nextPagination { 134 - background-position:right top; 135 - background-image:url($xwiki.getSkinFile("navigation.png")); 136 - width: 21px; 137 - height: 22px; 138 - left: 21px; 139 -} 140 -.controlPagination a.noNextPagination { 141 - background-position:right bottom; 142 - background-image:url($xwiki.getSkinFile("navigation.png")); 143 - width: 21px; 144 - height: 22px; 145 - left: 21px; 146 -} 147 147 /* Search Result*/ 148 148 #searchResults{ 149 149 clear: both; ... ... @@ -153,7 +153,7 @@ 153 153 .resultItem{ 154 154 display: block; 155 155 } 156 -.resultContainer{ 138 +.resultItemContainer{ 157 157 clear: both; 158 158 width: 100%; 159 159 } ... ... @@ -313,11 +313,22 @@ 313 313 margin-bottom: 15px; 314 314 height: 1px; 315 315 } 298 +.searchFooter{ 299 + display: block; 300 + clear: both; 301 + text-align: right; 302 + font-size: 90%; 303 +} 304 +.divClosure { 305 + background-color: transparent; 306 + clear: both; 307 + height: 1px; 308 + margin: 0 211px; 309 +} 316 316 html>body .suggestResults{ 317 317 width: 422px; 318 318 } 319 319 .suggestResults{ 320 - display:none; 321 321 width: 400px; 322 322 position: absolute; 323 323 padding: 11px 0px;