Changes for page ListWebSearch

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

From version 106.1
edited by Ecaterina Valica
on 2009/03/17 16:29
Change comment: There is no comment for this version
To version 154.1
edited by Ecaterina Valica
on 2009/03/18 14:53
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -26,14 +26,15 @@
26 26  #sortFilter{
27 27   color: #808080;
28 28   background-color: #e6e6e6;
29 - border-bottom: 2px solid #b3b3b3;
30 30   padding: 5px;
30 + line-height: 22px;
31 31  }
32 -#sortFilter a{
32 +#sortFilter a.sortType{
33 33   color: #808080;
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;
... ... @@ -43,8 +43,10 @@
43 43   color: #808080;
44 44   height: 100%;
45 45   background-color: #f2f2f2;
47 + border-top: 2px solid #b3b3b3;
46 46   padding: 5px;
47 47   display: block;
50 + line-height: 22px;
48 48  }
49 49  .resultsNo{
50 50   float: left;
... ... @@ -54,6 +54,7 @@
54 54  }
55 55  .pagination{
56 56   float: right;
60 + margin-right: 10px;
57 57  }
58 58  .pagination a{
59 59   color: #808080;
... ... @@ -60,40 +60,88 @@
60 60  }
61 61  .pagination a:hover{
62 62   color: #777777;
67 + font-weight: bold;
63 63  }
64 64  .pagination a.currentPagination{
65 65   color: #777777;
66 66   font-weight: bold;
67 67  }
68 -.pagination .controlPagination{}
73 +.controlPagination{
74 + position:relative;
75 + width:41px;
76 + height:22px;
77 + overflow:hidden;
78 + margin:0!important;
79 + padding:0!important;
80 + list-style:none;
81 + background-image:url($xwiki.getSkinFile("navigation2.png"));
82 + float: right;
83 +}
84 +.controlPagination li{
85 + display:inline;
86 +}
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 +}
98 +a.prevPagination {
99 + width: 50%;
100 + z-index: 2;
101 +}
102 +a.nextPagination {
103 + width: 100%;
104 + z-index: 1;
105 +}
69 69  /* Search Filters*/
70 70  #searchResultsList{
71 71   clear: both;
109 + display: table;
72 72  }
73 73  .resultItem{
74 - margin-bottom: 15px;
112 + display: block;
75 75  }
76 76  .resultItemContainer{
77 77   clear: both;
78 - display: table-row;
79 79   width: 100%;
80 80  }
81 81  .itemType{
82 82   float: left;
83 - display: table-cell;
84 - width: 5%;
120 + display: inline-block;
121 + width: 3%;
85 85  }
86 86  .itemType .typeComment{
124 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
125 + display:inline-block;
126 + width:16px;
127 + height:16px;
128 +}
129 +.itemType .typeAttachment{
87 87   background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
88 88   display:inline-block;
89 89   width:16px;
90 90   height:16px;
91 91  }
135 +.itemType .typePage{
136 + background:transparent;
137 + display:inline-block;
138 + width:16px;
139 + height:16px;
140 +}
92 92  .itemDescription{
93 93   float: left;
94 - display: table-cell;
95 - width: 80%;
143 + display: inline-block;
144 + width: 82%;
96 96  }
146 +.itemDescription a{
147 + color: #5599ff;
148 +}
97 97  .itemTitle{
98 98   color: #4d4d4d;
99 99   font-weight: bold;
... ... @@ -122,12 +122,12 @@
122 122   padding-right: 5px;
123 123  }
124 124  .itemOthers .itemComments a{
125 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
177 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
126 126   display:inline-block;
127 127   padding-right:16px;
128 128  }
129 129  .itemOthers .itemAttachments a{
130 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
182 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
131 131   display:inline-block;
132 132   padding-right:16px;
133 133  }
... ... @@ -136,7 +136,8 @@
136 136   width:55px;
137 137   height:11px;
138 138   overflow:hidden;
139 - margin:0!important;padding:0!important;
191 + margin:1px 0 0 0!important;
192 + padding:0!important;
140 140   background-position:left top;
141 141   background-image:url($xwiki.getSkinFile("rating.png"));
142 142  }
... ... @@ -155,7 +155,7 @@
155 155  }
156 156  .itemRelevance{
157 157   float: left;
158 - display: table-cell;
211 + display: inline-block;
159 159   width: 15%;
160 160   text-align: right;
161 161  }
... ... @@ -165,7 +165,8 @@
165 165   height:8px;
166 166   overflow:hidden;
167 167   list-style:none;
168 - margin:0!important;padding:0!important;
221 + margin:5px 0 0 0!important;
222 + padding:0!important;
169 169   background-position:left bottom;
170 170   background-image:url($xwiki.getSkinFile("relevance.png"));
171 171   float:right;
... ... @@ -183,6 +183,21 @@
183 183   z-index:1;
184 184   background-position:left top;
185 185  }
240 +.relevanceText{
241 + float: right;
242 + margin-right: 5px;
243 + color: #808080;
244 + font-size:80%;
245 +}
246 +.resultSeparator{
247 + display:block;
248 + width:100%;
249 + clear:both;
250 + padding: 0;
251 + margin: 0;
252 + margin-bottom: 15px;
253 + height: 1px;
254 +}
186 186  .searchFooter{
187 187   margin-bottom: 15px;
188 188   display: block;
... ... @@ -189,10 +189,6 @@
189 189   clear: both;
190 190   text-align: right;
191 191  }
192 -.searchFooter .pagination {
193 - width: 100%;
194 - background-color: #f2f2f2;
195 -}
196 196  .divClosure {
197 197   background-color: transparent;
198 198   clear: both;