Changes for page ListWebSearch
Last modified by Ecaterina Valica on 2010/07/22 10:30
From version 308.1
edited by Ecaterina Valica
on 2009/03/23 15:43
on 2009/03/23 15:43
Change comment:
There is no comment for this version
To version 285.1
edited by Guillaume Lerouge
on 2009/03/20 17:56
on 2009/03/20 17:56
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. evalica1 +xwiki:XWiki.GuillaumeLerouge - Content
-
... ... @@ -36,7 +36,7 @@ 36 36 <form action=""> 37 37 <div id="searchBar"> 38 38 {pre} 39 - <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" size=" 50" title="$msg.get('xe.search.bar.query.title')"/>39 + <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" size="40" title="$msg.get('xe.search.bar.query.title')"/> 40 40 #spaceselect($space $spaces $spacesText) 41 41 <input type="submit" class="searchButton" value="Search" title="$msg.get('xe.search.bar.go.title')"/> 42 42 <div class="searchHelp">$msg.get("xe.search.bar.help")</div> ... ... @@ -44,6 +44,5 @@ 44 44 </div> 45 45 </form> 46 46 #includeInContext("XWiki.WebSearchCode") 47 -#includeInContext("XWiki.ListSuggestions") 48 48 #includeInContext("XWiki.ListResults") 49 49 </div>
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,6 +4,3 @@ 1 -body{ 2 - position:relative; 3 - } 4 4 #search{ 5 5 width: 100%; 6 6 background-color: #fff; ... ... @@ -12,30 +12,27 @@ 12 12 clear: both; 13 13 } 14 14 #searchBar select { 15 - border: 2px solid #CCCCCC;12 + border: 3px solid #CCCCCC; 16 16 color: #4d4d4d; 17 - font-size:1 5px;14 + font-size:16px; 18 18 } 19 19 .searchQuery{ 20 20 background:transparent url($xwiki.getSkinFile("search.png")) center left no-repeat; 21 21 display:inline-block; 22 22 padding-left:18px; 23 - border: 2px solid #CCCCCC;20 + border: 3px solid #CCCCCC; 24 24 color: #4d4d4d; 25 - font-size:15px; 26 - width: 400px; 27 - height: 26px; 22 + font-size:16px; 28 28 } 29 29 .searchButton{ 30 30 background-color:#B3B3B3; 31 - border: 2px solid #B3B3B3;26 + border:3px solid #B3B3B3; 32 32 color:#FFFFFF; 33 33 font-family:Verdana; 34 - font-size:11px; 35 - font-variant:small-caps; 29 + font-size:14px; 36 36 font-weight:bold; 37 - height:2 3px;38 - line-height:1 2px;31 + height:26px; 32 + line-height:15px; 39 39 } 40 40 .searchHelp{ 41 41 font-size: 80%; ... ... @@ -54,19 +54,13 @@ 54 54 #sortFilter a.sortType{ 55 55 color: #808080; 56 56 } 57 -#sortFilter a .sortType:hover{51 +#sortFilter a:hover{ 58 58 color: #4D4D4D; 59 59 } 60 -#sortFilter a.sortType:focus { 61 - outline: dotted 1px #000; 62 -} 63 63 #sortFilter a#currentSort{ 64 64 color: #4D4D4D; 65 65 font-weight: bold; 66 66 } 67 -#sortFilter a#currentSort:focus { 68 - outline: dotted 1px #000; 69 -} 70 70 .paginationFilter { 71 71 color: #808080; 72 72 height: 100%; ... ... @@ -95,9 +95,6 @@ 95 95 color: #4D4D4D; 96 96 font-weight: bold; 97 97 } 98 -.pagination a:focus { 99 - outline: dotted 1px #000; 100 -} 101 101 .controlPagination{ 102 102 position:relative; 103 103 width:41px; ... ... @@ -178,9 +178,6 @@ 178 178 .itemDescription a:hover{ 179 179 color: #5599ff; 180 180 } 181 -.itemDescription a:focus { 182 - outline: dotted 1px #000; 183 -} 184 184 .itemTitle a{ 185 185 color: #4d4d4d; 186 186 font-weight: bold; ... ... @@ -191,12 +191,6 @@ 191 191 font-weight: bold; 192 192 font-size:130%; 193 193 } 194 -.itemTitle a:focus { 195 - outline: dotted 1px #000; 196 -} 197 -a.itemAuthor:focus{ 198 - outline: dotted 1px #000; 199 -} 200 200 .itemLocation{ 201 201 color: #808080; 202 202 font-size:90%; ... ... @@ -313,64 +313,3 @@ 313 313 height: 1px; 314 314 margin: 0 211px; 315 315 } 316 -div.suggestResults{ 317 - position: absolute; 318 - padding: 10px 0 0 0; 319 - z-index: 100013; 320 - left: 5px; 321 - top: 14px; 322 - width: 400px; 323 -} 324 -div.suggestResults ul{ 325 - list-style: none; 326 - margin: 0 0 -4px 0; 327 - padding: 0; 328 - overflow: hidden; 329 - background-color: #fff; 330 - border: 2px solid #ccc; 331 -} 332 -div.suggestResults ul li{ 333 - color: #ccc; 334 - padding: 0; 335 - margin: 0 4px 4px; 336 - text-align: left; 337 -} 338 -div.suggestResults ul li a{ 339 - color: #4D4D4D; 340 - display: block; 341 - text-decoration: none; 342 - background-color: transparent; 343 - position: relative; 344 - padding: 0; 345 - width: 100%; 346 -} 347 -div.suggestResults ul li a:hover{ 348 - background-color: #fff; 349 -} 350 -div.suggestResults ul li a span.suggestItem{ 351 - display: block; 352 - padding: 3px 6px; 353 - font-weight: normal; 354 - width: 100%; 355 - clear: both; 356 -} 357 -div.suggestResults ul li a span.suggestItem span.suggestName{ 358 - text-align: left; 359 - width: 60%; 360 - display:inline-block; 361 -} 362 -div.suggestResults ul li a:hover span.suggestItem span.suggestName{ 363 - text-decoration: underline; 364 -} 365 -div.suggestResults ul li a span.suggestItem span.suggestlocation{ 366 - text-align: right; 367 - color: #cccccc; 368 - width: 36%; 369 - vertical-align: top; 370 - display:inline-block; 371 - padding-right: 6px; 372 -} 373 -div.suggestResults ul em{ 374 - font-style: normal; 375 - color: #5599FF; 376 -}