Changes for page ListWebSearch

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

From version 418.1
edited by Ecaterina Valica
on 2009/03/25 13:58
Change comment: Deletion of attachment searchBlue.css
To version 420.1
edited by Ecaterina Valica
on 2009/04/17 08:19
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -42,12 +42,12 @@
42 42   font-size: 90%;
43 43  }
44 44  #sortFilter{
45 - color: #aaa;
45 + color: #888;
46 46   padding: 5px;
47 47   line-height: 16px;
48 48  }
49 49  #sortFilter a.sortType{
50 - color: #aaa;
50 + color: #888;
51 51  }
52 52  #sortFilter a.sortType:hover{
53 53   color: #4D4D4D;
... ... @@ -63,7 +63,7 @@
63 63   outline: dotted 1px #000;
64 64  }
65 65  .paginationFilter {
66 - color: #aaa;
66 + color: #888;
67 67   height: 100%;
68 68   border-top: 1px solid #CCCCCC;
69 69   padding: 2px 0px 5px 5px;
... ... @@ -74,7 +74,7 @@
74 74   float: left;
75 75  }
76 76  .resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
77 - color: #aaa;
77 + color: #888;
78 78  }
79 79  .paginationFooter{
80 80   display: block;
... ... @@ -87,7 +87,7 @@
87 87   margin-right: 10px;
88 88  }
89 89  .pagination a{
90 - color: #aaa;
90 + color: #888;
91 91  }
92 92  .pagination a:hover{
93 93   color: #4D4D4D;
... ... @@ -163,19 +163,19 @@
163 163   width: 3%;
164 164  }
165 165  .itemType .typeComment{
166 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
166 + background:transparent url($xwiki.getSkinFile("icons/silk/comment.gif")) center right no-repeat;
167 167   display:inline-block;
168 168   width:16px;
169 169   height:16px;
170 170  }
171 171  .itemType .typeAttachment{
172 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
172 + background:transparent url($xwiki.getSkinFile("icons/silk/attach.gif")) center right no-repeat;
173 173   display:inline-block;
174 174   width:16px;
175 175   height:16px;
176 176  }
177 177  .itemType .typePage{
178 - background:transparent;
178 + background:transparent url($xwiki.getSkinFile("icons/silk/page.gif")) center right no-repeat;
179 179   display:inline-block;
180 180   width:16px;
181 181   height:16px;
... ... @@ -211,12 +211,12 @@
211 211   outline: dotted 1px #000;
212 212  }
213 213  .itemLocation{
214 - color: #aaa;
214 + color: #888;
215 215   font-size:90%;
216 216  }
217 217  .itemLocation a.itemWiki , .itemLocation a.itemSpace, .itemLocation a.itemPage{}
218 218  .itemModifiers{
219 - color: #aaa;
219 + color: #888;
220 220   font-size:90%;
221 221  }
222 222  .itemContext em{
... ... @@ -384,7 +384,7 @@
384 384  }
385 385  .suggestResults ul li a .suggestItem .suggestLocation{
386 386   text-align: right;
387 - color: #aaa;
387 + color: #888;
388 388   font-size: 90%;
389 389   width: 36%;
390 390   vertical-align: top;