Changes for page ListWebSearch

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

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

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -26,7 +26,6 @@
26 26  #sortFilter{
27 27   color: #808080;
28 28   background-color: #e6e6e6;
29 - border-bottom: 2px solid #b3b3b3;
30 30   padding: 5px;
31 31  }
32 32  #sortFilter a{
... ... @@ -34,6 +34,7 @@
34 34  }
35 35  #sortFilter a:hover{
36 36   color: #777777;
36 + 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;
46 + border-top: 2px solid #b3b3b3;
46 46   padding: 5px;
47 47   display: block;
49 + 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;
59 + margin-right: 10px;
57 57  }
58 58  .pagination a{
59 59   color: #808080;
... ... @@ -60,34 +60,88 @@
60 60  }
61 61  .pagination a:hover{
62 62   color: #777777;
66 + font-weight: bold;
63 63  }
64 64  .pagination a.currentPagination{
65 65   color: #777777;
66 66   font-weight: bold;
67 67  }
68 -.pagination .controlPagination{}
72 +.controlPagination{
73 + position:relative;
74 + width:41px;
75 + height:22px;
76 + overflow:hidden;
77 + margin:0!important;
78 + padding:0!important;
79 + list-style:none;
80 + background-image:url($xwiki.getSkinFile("navigation2.png"));
81 + float: right;
82 +}
83 +.controlPagination li{
84 + display:inline;
85 +}
86 +.controlPagination a{
87 + position:absolute;
88 + top:0;
89 + left:0;
90 + text-indent:-1000em;
91 + height:25px;
92 + line-height:25px;
93 + outline:none;
94 + overflow:hidden;
95 + border:none;
96 +}
97 +a.prevPagination {
98 + width: 50%;
99 + z-index: 2;
100 +}
101 +a.nextPagination {
102 + width: 100%;
103 + z-index: 1;
104 +}
69 69  /* Search Filters*/
70 70  #searchResultsList{
71 71   clear: both;
108 + display: table;
72 72  }
73 73  .resultItem{
74 - margin-bottom: 15px;
111 + 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%;
119 + display: inline-block;
120 + width: 3%;
85 85  }
122 +.itemType .typeComment{
123 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
124 + display:inline-block;
125 + width:16px;
126 + height:16px;
127 +}
128 +.itemType .typeAttachment{
129 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
130 + display:inline-block;
131 + width:16px;
132 + height:16px;
133 +}
134 +.itemType .typePage{
135 + background:transparent;
136 + display:inline-block;
137 + width:16px;
138 + height:16px;
139 +}
86 86  .itemDescription{
87 87   float: left;
88 - display: table-cell;
89 - width: 80%;
142 + display: inline-block;
143 + width: 82%;
90 90  }
145 +.itemDescription a{
146 + color: #5599ff;
147 +}
91 91  .itemTitle{
92 92   color: #4d4d4d;
93 93   font-weight: bold;
... ... @@ -116,12 +116,12 @@
116 116   padding-right: 5px;
117 117  }
118 118  .itemOthers .itemComments a{
119 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
176 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
120 120   display:inline-block;
121 121   padding-right:16px;
122 122  }
123 123  .itemOthers .itemAttachments a{
124 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
181 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
125 125   display:inline-block;
126 126   padding-right:16px;
127 127  }
... ... @@ -130,7 +130,8 @@
130 130   width:55px;
131 131   height:11px;
132 132   overflow:hidden;
133 - margin:0!important;padding:0!important;
190 + margin:1px 0 0 0!important;
191 + padding:0!important;
134 134   background-position:left top;
135 135   background-image:url($xwiki.getSkinFile("rating.png"));
136 136  }
... ... @@ -149,7 +149,7 @@
149 149  }
150 150  .itemRelevance{
151 151   float: left;
152 - display: table-cell;
210 + display: inline-block;
153 153   width: 15%;
154 154   text-align: right;
155 155  }
... ... @@ -159,7 +159,8 @@
159 159   height:8px;
160 160   overflow:hidden;
161 161   list-style:none;
162 - margin:0!important;padding:0!important;
220 + margin:5px 0 0 0!important;
221 + padding:0!important;
163 163   background-position:left bottom;
164 164   background-image:url($xwiki.getSkinFile("relevance.png"));
165 165   float:right;
... ... @@ -177,6 +177,21 @@
177 177   z-index:1;
178 178   background-position:left top;
179 179  }
239 +.relevanceText{
240 + float: right;
241 + margin-right: 5px;
242 + color: #808080;
243 + font-size:80%;
244 +}
245 +.resultSeparator{
246 + display:block;
247 + width:100%;
248 + clear:both;
249 + padding: 0;
250 + margin: 0;
251 + margin-bottom: 15px;
252 + height: 1px;
253 +}
180 180  .searchFooter{
181 181   margin-bottom: 15px;
182 182   display: block;
... ... @@ -183,10 +183,6 @@
183 183   clear: both;
184 184   text-align: right;
185 185  }
186 -.searchFooter .pagination {
187 - width: 100%;
188 - background-color: #f2f2f2;
189 -}
190 190  .divClosure {
191 191   background-color: transparent;
192 192   clear: both;