Changes for page ListWebSearch
Last modified by Ecaterina Valica on 2010/07/22 10:30
From version 402.1
edited by Ecaterina Valica
on 2009/03/25 12:14
on 2009/03/25 12:14
Change comment:
There is no comment for this version
To version 396.1
edited by Ecaterina Valica
on 2009/03/25 10:47
on 2009/03/25 10:47
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; ... ... @@ -107,7 +107,7 @@ 107 107 margin:0!important; 108 108 padding:0!important; 109 109 list-style:none; 110 - background-image:url($xwiki.getSkinFile("navi.png")); 104 + background-image:url($xwiki.getSkinFile("navigation.png")); 111 111 float: right; 112 112 } 113 113 .controlPagination li{ ... ... @@ -124,14 +124,11 @@ 124 124 overflow:hidden; 125 125 border:none; 126 126 } 127 - .controlPagination a.prevPagination {121 +a.prevPagination { 128 128 width: 50%; 129 129 z-index: 2; 130 130 } 131 -.controlPagination a.noPrevPagination{ 132 - 133 -} 134 -.controlPagination a.nextPagination { 125 +a.nextPagination { 135 135 width: 100%; 136 136 z-index: 1; 137 137 } ... ... @@ -144,7 +144,7 @@ 144 144 .resultItem{ 145 145 display: block; 146 146 } 147 -.resultContainer{ 138 +.resultItemContainer{ 148 148 clear: both; 149 149 width: 100%; 150 150 } ... ... @@ -304,11 +304,22 @@ 304 304 margin-bottom: 15px; 305 305 height: 1px; 306 306 } 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 +} 307 307 html>body .suggestResults{ 308 308 width: 422px; 309 309 } 310 310 .suggestResults{ 311 - display:none; 312 312 width: 400px; 313 313 position: absolute; 314 314 padding: 11px 0px; ... ... @@ -345,9 +345,6 @@ 345 345 margin: 0; 346 346 clear: both; 347 347 } 348 -.suggestResults ul li a:focus .suggestItem{ 349 - outline: dotted 1px #000; 350 -} 351 351 .suggestResults ul li a .suggestItem .suggestTitle{ 352 352 text-align: left; 353 353 width: 60%; ... ... @@ -364,7 +364,9 @@ 364 364 margin: 0; 365 365 text-decoration: inherited; 366 366 } 367 -.suggestResults ul li a:hover .suggestItem .suggestTitle, 366 +.suggestResults ul li a:hover .suggestItem .suggestTitle{ 367 + text-decoration: underline; 368 +} 368 368 .suggestResults ul li a:hover .suggestItem .suggestTitle em{ 369 369 text-decoration: underline; 370 370 }