Changes for page ListWebSearch

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

From version 144.1
edited by Ecaterina Valica
on 2009/03/18 13:41
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,44 +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 - list-style:none;
79 - background-position:left top;
80 - background-image:url($xwiki.getSkinFile("navigation.png"));
81 -}
82 -.controlPagination li{
83 - display:inline;
84 -}
85 -a.prevPagination {
86 - width: 50%;
87 - z-index: 2;
88 -}
89 -a.nextPagination {
90 - width: 100%;
91 - z-index: 1;
92 -}
93 93  /* Search Filters*/
94 94  #searchResultsList{
95 95   clear: both;
96 - display: table;
97 97  }
98 98  .resultItem{
99 - display: block;
74 + margin-bottom: 15px;
100 100  }
101 101  .resultItemContainer{
102 102   clear: both;
78 + display: table-row;
103 103   width: 100%;
104 104  }
105 105  .itemType{
106 106   float: left;
107 - display: inline-block;
108 - width: 3%;
83 + display: table-cell;
84 + width: 2%;
109 109  }
110 110  .itemType .typeComment{
111 111   background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
... ... @@ -119,20 +119,11 @@
119 119   width:16px;
120 120   height:16px;
121 121  }
122 -.itemType .typePage{
123 - background:transparent;
124 - display:inline-block;
125 - width:16px;
126 - height:16px;
127 -}
128 128  .itemDescription{
129 129   float: left;
130 - display: inline-block;
131 - width: 82%;
100 + display: table-cell;
101 + width: 83%;
132 132  }
133 -.itemDescription a{
134 - color: #5599ff;
135 -}
136 136  .itemTitle{
137 137   color: #4d4d4d;
138 138   font-weight: bold;
... ... @@ -161,12 +161,12 @@
161 161   padding-right: 5px;
162 162  }
163 163  .itemOthers .itemComments a{
164 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
131 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
165 165   display:inline-block;
166 166   padding-right:16px;
167 167  }
168 168  .itemOthers .itemAttachments a{
169 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
136 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
170 170   display:inline-block;
171 171   padding-right:16px;
172 172  }
... ... @@ -195,7 +195,7 @@
195 195  }
196 196  .itemRelevance{
197 197   float: left;
198 - display: inline-block;
165 + display: table-cell;
199 199   width: 15%;
200 200   text-align: right;
201 201  }
... ... @@ -230,15 +230,6 @@
230 230   color: #808080;
231 231   font-size:80%;
232 232  }
233 -.resultSeparator{
234 - display:block;
235 - width:100%;
236 - clear:both;
237 - padding: 0;
238 - margin: 0;
239 - margin-bottom: 15px;
240 - height: 1px;
241 -}
242 242  .searchFooter{
243 243   margin-bottom: 15px;
244 244   display: block;
... ... @@ -247,6 +247,7 @@
247 247  }
248 248  .searchFooter .pagination {
249 249   width: 100%;
208 + background-color: #f2f2f2;
250 250  }
251 251  .divClosure {
252 252   background-color: transparent;