Changes for page ListWebSearch

Last modified by Ecaterina Valica on 2010/07/22 10:30

From version 147.1
edited by Ecaterina Valica
on 2009/03/18 13:53
Change comment: There is no comment for this version
To version 168.1
edited by Ecaterina Valica
on 2009/03/19 15:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -34,13 +34,13 @@
34 34  #end
35 35  <div id="search">
36 36  <form action="">
37 + <div id="searchBar">
37 37   {pre}
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"/>
39 + <input type="text" name="text" value="search..." size="50"/>
40 + #spaceselect($space $spaces $spacesText) <input class="button" type="image" src="/xwiki/skins/albatross/go.png" value="Go"/>
41 41   <div class="searchHelp">eq. xwiki* AND "search query"</div>
42 - </div>
43 43   {/pre}
43 + </div>
44 44  </form>
45 45  #includeInContext("XWiki.WebSearchCode")
46 46  #includeInContext("XWiki.ListResults")
XWiki.StyleSheetExtension[0]
Code
... ... @@ -22,13 +22,15 @@
22 22  .searchFilters{
23 23   clear: both;
24 24   margin-bottom: 15px;
25 + font-size: 90%;
25 25  }
26 26  #sortFilter{
27 27   color: #808080;
28 - background-color: #e6e6e6;
29 + background-color: #F9F9F9;
29 29   padding: 5px;
31 + line-height: 16px;
30 30  }
31 -#sortFilter a{
33 +#sortFilter a.sortType{
32 32   color: #808080;
33 33  }
34 34  #sortFilter a:hover{
... ... @@ -42,10 +42,11 @@
42 42  .paginationFilter {
43 43   color: #808080;
44 44   height: 100%;
45 - background-color: #f2f2f2;
46 - border-top: 2px solid #b3b3b3;
47 + background-color: #F9F9F9;
48 + border-top: 1px solid #CCCCCC;
47 47   padding: 5px;
48 48   display: block;
51 + line-height: 22px;
49 49  }
50 50  .resultsNo{
51 51   float: left;
... ... @@ -55,6 +55,7 @@
55 55  }
56 56  .pagination{
57 57   float: right;
61 + margin-right: 10px;
58 58  }
59 59  .pagination a{
60 60   color: #808080;
... ... @@ -69,13 +69,14 @@
69 69  }
70 70  .controlPagination{
71 71   position:relative;
72 - width:44px;
73 - height:26px;
76 + width:41px;
77 + height:22px;
74 74   overflow:hidden;
75 75   margin:0!important;
76 76   padding:0!important;
77 77   list-style:none;
78 78   background-image:url($xwiki.getSkinFile("navigation.png"));
83 + float: right;
79 79  }
80 80  .controlPagination li{
81 81   display:inline;
... ... @@ -117,13 +117,13 @@
117 117   width: 3%;
118 118  }
119 119  .itemType .typeComment{
120 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
125 + background:transparent url($xwiki.getSkinFile("comment.png")) center right no-repeat;
121 121   display:inline-block;
122 122   width:16px;
123 123   height:16px;
124 124  }
125 125  .itemType .typeAttachment{
126 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
131 + background:transparent url($xwiki.getSkinFile("attach.png")) center right no-repeat;
127 127   display:inline-block;
128 128   width:16px;
129 129   height:16px;
... ... @@ -142,7 +142,7 @@
142 142  .itemDescription a{
143 143   color: #5599ff;
144 144  }
145 -.itemTitle{
150 +.itemTitle a{
146 146   color: #4d4d4d;
147 147   font-weight: bold;
148 148   font-size:130%;
... ... @@ -253,6 +253,7 @@
253 253   display: block;
254 254   clear: both;
255 255   text-align: right;
261 + font-size: 90%;
256 256  }
257 257  .divClosure {
258 258   background-color: transparent;