Changes for page ListWebSearch

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

From version 143.1
edited by Ecaterina Valica
on 2009/03/18 13:40
Change comment: There is no comment for this version
To version 162.1
edited by Ecaterina Valica
on 2009/03/19 15:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -36,7 +36,7 @@
36 36  <form action="">
37 37   {pre}
38 38   <div id="searchBar">
39 - <input type="text" name="text" value="$xwiki.getFormEncoded($!text)" size="50"/>
39 + <input type="text" name="text" value="Search..." size="50"/>
40 40   #spaceselect($space $spaces $spacesText) <input type="submit" value="Search"/>
41 41   <div class="searchHelp">eq. xwiki* AND "search query"</div>
42 42   </div>
XWiki.StyleSheetExtension[0]
Code
... ... @@ -25,10 +25,11 @@
25 25  }
26 26  #sortFilter{
27 27   color: #808080;
28 - background-color: #e6e6e6;
28 + background-color: #F9F9F9;
29 29   padding: 5px;
30 + line-height: 16px;
30 30  }
31 -#sortFilter a{
32 +#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;
46 + background-color: #F9F9F9;
47 + border-top: 1px solid #CCCCCC;
47 47   padding: 5px;
48 48   display: block;
50 + 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;
60 + margin-right: 10px;
58 58  }
59 59  .pagination a{
60 60   color: #808080;
... ... @@ -67,26 +67,38 @@
67 67   color: #777777;
68 68   font-weight: bold;
69 69  }
70 -.pagination .controlPagination{}
71 71  .controlPagination{
72 72   position:relative;
73 - width:44px;
74 - height:26px;
75 + width:41px;
76 + height:22px;
75 75   overflow:hidden;
76 76   margin:0!important;
77 77   padding:0!important;
78 78   list-style:none;
79 - background-position:left top;
80 - background-image:url($xwiki.getSkinFile("navigation.png")) left -1000px;
81 + background-image:url($xwiki.getSkinFile("navigation.png"));
82 + float: right;
81 81  }
82 82  .controlPagination li{
83 83   display:inline;
84 84  }
87 +.controlPagination a{
88 + position:absolute;
89 + top:0;
90 + left:0;
91 + text-indent:-1000em;
92 + height:25px;
93 + line-height:25px;
94 + outline:none;
95 + overflow:hidden;
96 + border:none;
97 +}
85 85  a.prevPagination {
86 86   width: 50%;
100 + z-index: 2;
87 87  }
88 88  a.nextPagination {
89 - width: 50%;
103 + width: 100%;
104 + z-index: 1;
90 90  }
91 91  /* Search Filters*/
92 92  #searchResultsList{
... ... @@ -106,13 +106,13 @@
106 106   width: 3%;
107 107  }
108 108  .itemType .typeComment{
109 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
124 + background:transparent url($xwiki.getSkinFile("comment.png")) center right no-repeat;
110 110   display:inline-block;
111 111   width:16px;
112 112   height:16px;
113 113  }
114 114  .itemType .typeAttachment{
115 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
130 + background:transparent url($xwiki.getSkinFile("attach.png")) center right no-repeat;
116 116   display:inline-block;
117 117   width:16px;
118 118   height:16px;
... ... @@ -131,7 +131,7 @@
131 131  .itemDescription a{
132 132   color: #5599ff;
133 133  }
134 -.itemTitle{
149 +.itemTitle a{
135 135   color: #4d4d4d;
136 136   font-weight: bold;
137 137   font-size:130%;
... ... @@ -243,9 +243,6 @@
243 243   clear: both;
244 244   text-align: right;
245 245  }
246 -.searchFooter .pagination {
247 - width: 100%;
248 -}
249 249  .divClosure {
250 250   background-color: transparent;
251 251   clear: both;