Changes for page ListWebSearch

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

From version 139.1
edited by Ecaterina Valica
on 2009/03/18 13:26
Change comment: There is no comment for this version
To version 118.1
edited by Ecaterina Valica
on 2009/03/17 16:52
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -26,6 +26,7 @@
26 26  #sortFilter{
27 27   color: #808080;
28 28   background-color: #e6e6e6;
29 + border-bottom: 2px solid #b3b3b3;
29 29   padding: 5px;
30 30  }
31 31  #sortFilter a{
... ... @@ -33,7 +33,6 @@
33 33  }
34 34  #sortFilter a:hover{
35 35   color: #777777;
36 - font-weight: bold;
37 37  }
38 38  #sortFilter a#currentSort{
39 39   color: #777777;
... ... @@ -43,7 +43,6 @@
43 43   color: #808080;
44 44   height: 100%;
45 45   background-color: #f2f2f2;
46 - border-top: 2px solid #b3b3b3;
47 47   padding: 5px;
48 48   display: block;
49 49  }
... ... @@ -61,7 +61,6 @@
61 61  }
62 62  .pagination a:hover{
63 63   color: #777777;
64 - font-weight: bold;
65 65  }
66 66  .pagination a.currentPagination{
67 67   color: #777777;
... ... @@ -68,42 +68,22 @@
68 68   font-weight: bold;
69 69  }
70 70  .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 -.controlPagination a.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 -}
91 91  /* Search Filters*/
92 92  #searchResultsList{
93 93   clear: both;
94 - display: table;
95 95  }
96 96  .resultItem{
97 - display: block;
74 + margin-bottom: 15px;
98 98  }
99 99  .resultItemContainer{
100 100   clear: both;
78 + display: table-row;
101 101   width: 100%;
102 102  }
103 103  .itemType{
104 104   float: left;
105 - display: inline-block;
106 - width: 3%;
83 + display: table-cell;
84 + width: 2%;
107 107  }
108 108  .itemType .typeComment{
109 109   background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
... ... @@ -117,20 +117,11 @@
117 117   width:16px;
118 118   height:16px;
119 119  }
120 -.itemType .typePage{
121 - background:transparent;
122 - display:inline-block;
123 - width:16px;
124 - height:16px;
125 -}
126 126  .itemDescription{
127 127   float: left;
128 - display: inline-block;
129 - width: 82%;
100 + display: table-cell;
101 + width: 83%;
130 130  }
131 -.itemDescription a{
132 - color: #5599ff;
133 -}
134 134  .itemTitle{
135 135   color: #4d4d4d;
136 136   font-weight: bold;
... ... @@ -159,12 +159,12 @@
159 159   padding-right: 5px;
160 160  }
161 161  .itemOthers .itemComments a{
162 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
131 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
163 163   display:inline-block;
164 164   padding-right:16px;
165 165  }
166 166  .itemOthers .itemAttachments a{
167 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
136 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
168 168   display:inline-block;
169 169   padding-right:16px;
170 170  }
... ... @@ -193,7 +193,7 @@
193 193  }
194 194  .itemRelevance{
195 195   float: left;
196 - display: inline-block;
165 + display: table-cell;
197 197   width: 15%;
198 198   text-align: right;
199 199  }
... ... @@ -228,14 +228,6 @@
228 228   color: #808080;
229 229   font-size:80%;
230 230  }
231 -.resultSeparator{
232 - display:block;
233 - width:100%;
234 - clear:both;
235 - padding: 0;
236 - margin: 0;
237 - height: 1px;
238 -}
239 239  .searchFooter{
240 240   margin-bottom: 15px;
241 241   display: block;
... ... @@ -244,6 +244,7 @@
244 244  }
245 245  .searchFooter .pagination {
246 246   width: 100%;
208 + background-color: #f2f2f2;
247 247  }
248 248  .divClosure {
249 249   background-color: transparent;