Changes for page ListWebSearch

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

From version 152.1
edited by Ecaterina Valica
on 2009/03/18 14:42
Change comment: There is no comment for this version
To version 157.1
edited by Ecaterina Valica
on 2009/03/19 15:16
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -27,8 +27,9 @@
27 27   color: #808080;
28 28   background-color: #e6e6e6;
29 29   padding: 5px;
30 + line-height: 22px;
30 30  }
31 -#sortFilter a{
32 +#sortFilter a.sortType{
32 32   color: #808080;
33 33  }
34 34  #sortFilter a:hover{
... ... @@ -42,8 +42,8 @@
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;
49 49   line-height: 22px;
... ... @@ -77,7 +77,7 @@
77 77   margin:0!important;
78 78   padding:0!important;
79 79   list-style:none;
80 - background-image:url($xwiki.getSkinFile("navigation2.png"));
81 + background-image:url($xwiki.getSkinFile("navigation.png"));
81 81   float: right;
82 82  }
83 83  .controlPagination li{
... ... @@ -120,13 +120,13 @@
120 120   width: 3%;
121 121  }
122 122  .itemType .typeComment{
123 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
124 + background:transparent url($xwiki.getSkinFile("comment.png")) center right no-repeat;
124 124   display:inline-block;
125 125   width:16px;
126 126   height:16px;
127 127  }
128 128  .itemType .typeAttachment{
129 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
130 + background:transparent url($xwiki.getSkinFile("attach.png")) center right no-repeat;
130 130   display:inline-block;
131 131   width:16px;
132 132   height:16px;