Changes for page ListWebSearch
Last modified by Ecaterina Valica on 2010/07/22 10:30
From version 171.1
edited by Ecaterina Valica
on 2009/03/19 15:51
on 2009/03/19 15:51
Change comment:
There is no comment for this version
To version 157.1
edited by Ecaterina Valica
on 2009/03/19 15:16
on 2009/03/19 15:16
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
-
... ... @@ -34,13 +34,13 @@ 34 34 #end 35 35 <div id="search"> 36 36 <form action=""> 37 - <div id="searchBar"> 38 38 {pre} 39 - <input type="text" name="text" value="search..." size="50"/> 40 - #spaceselect($space $spaces $spacesText) <input class="button searchButton" type="image" src="/xwiki/skins/albatross/go.png" value="Go"/> 38 + <div id="searchBar"> 39 + <input type="text" name="text" value="$xwiki.getFormEncoded($!text)" size="50"/> 40 + #spaceselect($space $spaces $spacesText) <input type="submit" value="Search"/> 41 41 <div class="searchHelp">eq. xwiki* AND "search query"</div> 42 + </div> 42 42 {/pre} 43 - </div> 44 44 </form> 45 45 #includeInContext("XWiki.WebSearchCode") 46 46 #includeInContext("XWiki.ListResults")
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -14,9 +14,6 @@ 14 14 border: 1px solid #b3b3b3; 15 15 color: #4d4d4d; 16 16 } 17 -.searchButton{ 18 - border: none; 19 -} 20 20 .searchHelp{ 21 21 font-size: 80%; 22 22 color: #808080; ... ... @@ -25,13 +25,12 @@ 25 25 .searchFilters{ 26 26 clear: both; 27 27 margin-bottom: 15px; 28 - font-size: 90%; 29 29 } 30 30 #sortFilter{ 31 31 color: #808080; 32 - background-color: # F9F9F9;28 + background-color: #e6e6e6; 33 33 padding: 5px; 34 - line-height: 16px;30 + line-height: 22px; 35 35 } 36 36 #sortFilter a.sortType{ 37 37 color: #808080; ... ... @@ -150,7 +150,7 @@ 150 150 .itemDescription a{ 151 151 color: #5599ff; 152 152 } 153 -.itemTitle a{149 +.itemTitle{ 154 154 color: #4d4d4d; 155 155 font-weight: bold; 156 156 font-size:130%; ... ... @@ -261,7 +261,6 @@ 261 261 display: block; 262 262 clear: both; 263 263 text-align: right; 264 - font-size: 90%; 265 265 } 266 266 .divClosure { 267 267 background-color: transparent;