Changes for page ListWebSearch

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

From version 109.1
edited by Ecaterina Valica
on 2009/03/17 16:35
Change comment: There is no comment for this version
To version 124.1
edited by Ecaterina Valica
on 2009/03/18 12:08
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -34,6 +34,7 @@
34 34  }
35 35  #sortFilter a:hover{
36 36   color: #777777;
37 + font-weight: bold;
37 37  }
38 38  #sortFilter a#currentSort{
39 39   color: #777777;
... ... @@ -60,6 +60,7 @@
60 60  }
61 61  .pagination a:hover{
62 62   color: #777777;
64 + font-weight: bold;
63 63  }
64 64  .pagination a.currentPagination{
65 65   color: #777777;
... ... @@ -66,6 +66,26 @@
66 66   font-weight: bold;
67 67  }
68 68  .pagination .controlPagination{}
71 +.pagination .prevPagination{
72 + position:relative;
73 + width:44px;
74 + height:26px;
75 + overflow:hidden;
76 + margin:0!important;
77 + padding:0!important;
78 + background-position:left top;
79 + background-image:url($xwiki.getSkinFile("navigation.png"));
80 +}
81 +.pagination .nextPagination{
82 + position:relative;
83 + width:44px;
84 + height:26px;
85 + overflow:hidden;
86 + margin:0!important;
87 + padding:0!important;
88 + background-position:right top;
89 + background-image:url($xwiki.getSkinFile("navigation.png"));
90 +}
69 69  /* Search Filters*/
70 70  #searchResultsList{
71 71   clear: both;
... ... @@ -95,11 +95,20 @@
95 95   width:16px;
96 96   height:16px;
97 97  }
120 +.itemType .typePage{
121 + background:transparent;
122 + display:inline-block;
123 + width:16px;
124 + height:16px;
125 +}
98 98  .itemDescription{
99 99   float: left;
100 100   display: table-cell;
101 101   width: 83%;
102 102  }
131 +.itemDescription a{
132 + color: #5599ff;
133 +}
103 103  .itemTitle{
104 104   color: #4d4d4d;
105 105   font-weight: bold;
... ... @@ -128,12 +128,12 @@
128 128   padding-right: 5px;
129 129  }
130 130  .itemOthers .itemComments a{
131 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
162 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
132 132   display:inline-block;
133 133   padding-right:16px;
134 134  }
135 135  .itemOthers .itemAttachments a{
136 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
167 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
137 137   display:inline-block;
138 138   padding-right:16px;
139 139  }
... ... @@ -142,7 +142,8 @@
142 142   width:55px;
143 143   height:11px;
144 144   overflow:hidden;
145 - margin:0!important;padding:0!important;
176 + margin:1px 0 0 0!important;
177 + padding:0!important;
146 146   background-position:left top;
147 147   background-image:url($xwiki.getSkinFile("rating.png"));
148 148  }
... ... @@ -171,7 +171,8 @@
171 171   height:8px;
172 172   overflow:hidden;
173 173   list-style:none;
174 - margin:0!important;padding:0!important;
206 + margin:5px 0 0 0!important;
207 + padding:0!important;
175 175   background-position:left bottom;
176 176   background-image:url($xwiki.getSkinFile("relevance.png"));
177 177   float:right;
... ... @@ -189,6 +189,12 @@
189 189   z-index:1;
190 190   background-position:left top;
191 191  }
225 +.relevanceText{
226 + float: right;
227 + margin-right: 5px;
228 + color: #808080;
229 + font-size:80%;
230 +}
192 192  .searchFooter{
193 193   margin-bottom: 15px;
194 194   display: block;
... ... @@ -198,6 +198,7 @@
198 198  .searchFooter .pagination {
199 199   width: 100%;
200 200   background-color: #f2f2f2;
240 + border-top: 2px solid #b3b3b3;
201 201  }
202 202  .divClosure {
203 203   background-color: transparent;