Changes for page ListWebSearch
Last modified by Ecaterina Valica on 2010/07/22 10:30
From version 273.1
edited by Guillaume Lerouge
on 2009/03/20 16:53
on 2009/03/20 16:53
Change comment:
There is no comment for this version
To version 291.1
edited by Ecaterina Valica
on 2009/03/22 11:54
on 2009/03/22 11:54
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:XWiki.GuillaumeLerouge1 +XWiki.evalica - 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=" 35" title="$msg.get('xe.search.bar.query.title')"/>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')"/> 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>
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -4,34 +4,33 @@ 4 4 } 5 5 /* Search Bar*/ 6 6 #searchBar{ 7 - margin-top: 25px; 8 - margin-bottom: 25px; 7 + margin-bottom: 11px; 9 9 padding-left: 5px; 10 - text-align: center; 11 11 clear: both; 12 12 } 13 13 #searchBar select { 14 - border: 3px solid #CCCCCC;12 + border: 2px solid #CCCCCC; 15 15 color: #4d4d4d; 16 - font-size:1 8px;14 + font-size:15px; 17 17 } 18 18 .searchQuery{ 19 19 background:transparent url($xwiki.getSkinFile("search.png")) center left no-repeat; 20 20 display:inline-block; 21 21 padding-left:18px; 22 - border: 3px solid #CCCCCC;20 + border: 2px solid #CCCCCC; 23 23 color: #4d4d4d; 24 - font-size:1 8px;22 + font-size:15px; 25 25 } 26 26 .searchButton{ 27 27 background-color:#B3B3B3; 28 - border: 3px solid #B3B3B3;26 + border:2px solid #B3B3B3; 29 29 color:#FFFFFF; 30 30 font-family:Verdana; 31 - font-size:16px; 29 + font-size:11px; 30 + font-variant:small-caps; 32 32 font-weight:bold; 33 - height:2 6px;34 - line-height:1 7px;32 + height:23px; 33 + line-height:12px; 35 35 } 36 36 .searchHelp{ 37 37 font-size: 80%; ... ... @@ -291,3 +291,6 @@ 291 291 height: 1px; 292 292 margin: 0 211px; 293 293 } 293 +a:focus { 294 + outline: dotted 1px #000; 295 +}