Changes for page ListWebSearch

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

From version 105.1
edited by Ecaterina Valica
on 2009/03/17 16:27
Change comment: There is no comment for this version
To version 141.1
edited by Ecaterina Valica
on 2009/03/18 13:36
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,6 +43,7 @@
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;
48 48  }
... ... @@ -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,33 +66,65 @@
66 66   font-weight: bold;
67 67  }
68 68  .pagination .controlPagination{}
71 +.controlPagination{
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 +a.prevPagination {
82 + width: 50%;
83 +}
84 +a.nextPagination {
85 + width: 50%;
86 +}
69 69  /* Search Filters*/
70 70  #searchResultsList{
71 71   clear: both;
90 + display: table;
72 72  }
73 73  .resultItem{
74 - margin-bottom: 15px;
93 + 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%;
101 + display: inline-block;
102 + width: 3%;
85 85  }
86 86  .itemType .typeComment{
105 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
106 + display:inline-block;
107 + width:16px;
108 + height:16px;
109 +}
110 +.itemType .typeAttachment{
87 87   background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
88 88   display:inline-block;
89 89   width:16px;
114 + height:16px;
90 90  }
116 +.itemType .typePage{
117 + background:transparent;
118 + display:inline-block;
119 + width:16px;
120 + height:16px;
121 +}
91 91  .itemDescription{
92 92   float: left;
93 - display: table-cell;
94 - width: 80%;
124 + display: inline-block;
125 + width: 82%;
95 95  }
127 +.itemDescription a{
128 + color: #5599ff;
129 +}
96 96  .itemTitle{
97 97   color: #4d4d4d;
98 98   font-weight: bold;
... ... @@ -121,12 +121,12 @@
121 121   padding-right: 5px;
122 122  }
123 123  .itemOthers .itemComments a{
124 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
158 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
125 125   display:inline-block;
126 126   padding-right:16px;
127 127  }
128 128  .itemOthers .itemAttachments a{
129 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
163 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
130 130   display:inline-block;
131 131   padding-right:16px;
132 132  }
... ... @@ -135,7 +135,8 @@
135 135   width:55px;
136 136   height:11px;
137 137   overflow:hidden;
138 - margin:0!important;padding:0!important;
172 + margin:1px 0 0 0!important;
173 + padding:0!important;
139 139   background-position:left top;
140 140   background-image:url($xwiki.getSkinFile("rating.png"));
141 141  }
... ... @@ -154,7 +154,7 @@
154 154  }
155 155  .itemRelevance{
156 156   float: left;
157 - display: table-cell;
192 + display: inline-block;
158 158   width: 15%;
159 159   text-align: right;
160 160  }
... ... @@ -164,7 +164,8 @@
164 164   height:8px;
165 165   overflow:hidden;
166 166   list-style:none;
167 - margin:0!important;padding:0!important;
202 + margin:5px 0 0 0!important;
203 + padding:0!important;
168 168   background-position:left bottom;
169 169   background-image:url($xwiki.getSkinFile("relevance.png"));
170 170   float:right;
... ... @@ -182,6 +182,21 @@
182 182   z-index:1;
183 183   background-position:left top;
184 184  }
221 +.relevanceText{
222 + float: right;
223 + margin-right: 5px;
224 + color: #808080;
225 + font-size:80%;
226 +}
227 +.resultSeparator{
228 + display:block;
229 + width:100%;
230 + clear:both;
231 + padding: 0;
232 + margin: 0;
233 + margin-bottom: 15px;
234 + height: 1px;
235 +}
185 185  .searchFooter{
186 186   margin-bottom: 15px;
187 187   display: block;
... ... @@ -190,7 +190,6 @@
190 190  }
191 191  .searchFooter .pagination {
192 192   width: 100%;
193 - background-color: #f2f2f2;
194 194  }
195 195  .divClosure {
196 196   background-color: transparent;