Changes for page ListWebSearch
Last modified by Ecaterina Valica on 2010/07/22 10:30
From version 389.1
edited by Ecaterina Valica
on 2009/03/25 10:04
on 2009/03/25 10:04
Change comment:
There is no comment for this version
To version 413.1
edited by Ecaterina Valica
on 2009/03/25 12:49
on 2009/03/25 12:49
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -37,7 +37,7 @@ 37 37 {pre} 38 38 <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" title="$msg.get('xe.search.bar.query.title')"/> 39 39 #spaceselect($space $spaces $spacesText) 40 - <input type="submit" class="searchButton" value=" Search" title="$msg.get('xe.search.bar.go.title')"/>40 + <input type="submit" class="searchButton" value="$msg.get('xe.search.bar.go')" title="$msg.get('xe.search.bar.go.title')"/> 41 41 <div class="searchHelp">$msg.get("xe.search.bar.help")</div> 42 42 {/pre} 43 43 </form>
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -53,7 +53,7 @@ 53 53 color: #4D4D4D; 54 54 } 55 55 #sortFilter a.sortType:focus { 56 - 56 + outline: dotted 1px #000; 57 57 } 58 58 #sortFilter a#currentSort{ 59 59 color: #4D4D4D; ... ... @@ -60,7 +60,7 @@ 60 60 font-weight: bold; 61 61 } 62 62 #sortFilter a#currentSort:focus { 63 - 63 + outline: dotted 1px #000; 64 64 } 65 65 .paginationFilter { 66 66 color: #aaa; ... ... @@ -76,6 +76,12 @@ 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 +} 79 79 .pagination{ 80 80 float: right; 81 81 margin-right: 10px; ... ... @@ -91,22 +91,18 @@ 91 91 font-weight: bold; 92 92 } 93 93 .pagination a:focus { 94 - 100 + outline: dotted 1px #000; 95 95 } 96 96 .controlPagination{ 97 97 position:relative; 98 - width:4 1px;104 + width:42px; 99 99 height:22px; 100 100 overflow:hidden; 101 101 margin:0!important; 102 102 padding:0!important; 103 103 list-style:none; 104 - background-image:url($xwiki.getSkinFile("navigation.png")); 105 105 float: right; 106 106 } 107 -.controlPagination li{ 108 - display:inline; 109 -} 110 110 .controlPagination a{ 111 111 position:absolute; 112 112 top:0; ... ... @@ -118,16 +118,34 @@ 118 118 overflow:hidden; 119 119 border:none; 120 120 } 121 -a.prevPagination { 122 - width: 50%; 123 - z-index: 2; 123 +.controlPagination a.prevPagination { 124 + background-position:left top; 125 + background-image:url($xwiki.getSkinFile("navigat.png")); 126 + width: 21px; 127 + height: 22px; 124 124 } 125 -a.nextPagination { 126 - width: 100%; 127 - z-index: 1; 129 +.controlPagination a.noPrevPagination{ 130 + background-position:left bottom; 131 + background-image:url($xwiki.getSkinFile("navigat.png")); 132 + width: 21px; 133 + height: 22px; 134 + left:21px; 128 128 } 129 -/* Search Result List*/ 130 -#searchResultsList{ 136 +.controlPagination a.nextPagination { 137 + background-position:right top; 138 + background-image:url($xwiki.getSkinFile("navigat.png")); 139 + width: 21px; 140 + height: 22px; 141 + left: 21px; 142 +} 143 +.controlPagination a.noNextPagination { 144 + background-position:right bottom; 145 + background-image:url($xwiki.getSkinFile("navigat.png")); 146 + width: 21px; 147 + height: 22px; 148 +} 149 +/* Search Result*/ 150 +#searchResults{ 131 131 clear: both; 132 132 display: table; 133 133 padding-top: 15px; ... ... @@ -135,7 +135,7 @@ 135 135 .resultItem{ 136 136 display: block; 137 137 } 138 -.result ItemContainer{158 +.resultContainer{ 139 139 clear: both; 140 140 width: 100%; 141 141 } ... ... @@ -174,7 +174,7 @@ 174 174 color: #39397F; 175 175 } 176 176 .itemDescription a:focus { 177 - 197 + outline: dotted 1px #000; 178 178 } 179 179 .itemTitle a{ 180 180 color: #4d4d4d; ... ... @@ -187,10 +187,10 @@ 187 187 font-size:130%; 188 188 } 189 189 .itemTitle a:focus { 190 - 210 + outline: dotted 1px #000; 191 191 } 192 192 a.itemAuthor:focus{ 193 - 213 + outline: dotted 1px #000; 194 194 } 195 195 .itemLocation{ 196 196 color: #aaa; ... ... @@ -201,10 +201,11 @@ 201 201 color: #aaa; 202 202 font-size:90%; 203 203 } 204 -.itemModifiers a.itemAuthor, .itemModifiers a.itemDate{} 205 -.itemContext .highlight{ 206 - background-color: #f7ff94; 207 - padding: 0px 5px 0px 5px; 224 +.itemContext em{ 225 + background-color:#F7FF94; 226 + padding:0; 227 + margin: 0; 228 + text-decoration: inherited; 208 208 } 209 209 .itemOthers{ 210 210 font-size:80%; ... ... @@ -294,22 +294,11 @@ 294 294 margin-bottom: 15px; 295 295 height: 1px; 296 296 } 297 -.searchFooter{ 298 - display: block; 299 - clear: both; 300 - text-align: right; 301 - font-size: 90%; 302 -} 303 -.divClosure { 304 - background-color: transparent; 305 - clear: both; 306 - height: 1px; 307 - margin: 0 211px; 308 -} 309 309 html>body .suggestResults{ 310 310 width: 422px; 311 311 } 312 312 .suggestResults{ 322 + display:none; 313 313 width: 400px; 314 314 position: absolute; 315 315 padding: 11px 0px; ... ... @@ -323,7 +323,7 @@ 323 323 list-style-position: outside; 324 324 margin: 0; 325 325 padding: 0; 326 - background: #FFFFFF url($xwiki.getSkinFile('g reyback2.png')) repeat-x scroll 0 0;336 + background: #FFFFFF url($xwiki.getSkinFile('suggestBg.png')) repeat-x scroll 0 0; 327 327 border: 2px solid #ccc; 328 328 border-top: none; 329 329 } ... ... @@ -346,7 +346,10 @@ 346 346 margin: 0; 347 347 clear: both; 348 348 } 349 -.suggestResults ul li a .suggestItem .suggestName{ 359 +.suggestResults ul li a:focus .suggestItem{ 360 + outline: dotted 1px #000; 361 +} 362 +.suggestResults ul li a .suggestItem .suggestTitle{ 350 350 text-align: left; 351 351 width: 60%; 352 352 color: #4D4D4D; ... ... @@ -356,13 +356,18 @@ 356 356 padding-left: 6px; 357 357 margin: 0px; 358 358 } 359 -.suggestResults ul li a:hover .suggestItem .suggestName{ 360 - text-decoration: underline; 372 +.suggestResults em{ 373 + background-color:#F7FF94; 374 + padding:0; 375 + margin: 0; 376 + text-decoration: inherited; 361 361 } 362 -.suggestResults ul li a:hover .suggestItem .suggestName em{ 378 +.suggestResults ul li a:hover .suggestItem .suggestTitle, 379 +.suggestResults ul li a:hover .suggestItem .suggestTitle em{ 363 363 text-decoration: underline; 364 364 } 365 -.suggestResults ul li a:hover .suggestItem .suggestLocation{ 382 +.suggestResults ul li a:hover .suggestItem .suggestLocation .suggestWiki, 383 +.suggestResults ul li a:hover .suggestItem .suggestLocation .suggestSpace{ 366 366 color: #39397F; 367 367 text-decoration: none; 368 368 } ... ... @@ -376,9 +376,3 @@ 376 376 padding-right: 6px; 377 377 margin: 0px; 378 378 } 379 -em{ 380 - background-color:#F7FF94; 381 - padding:0; 382 - margin: 0; 383 - text-decoration: inherited; 384 -}