Changes for page ListWebSearch

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

From version 117.1
edited by Ecaterina Valica
on 2009/03/17 16:52
Change comment: There is no comment for this version
To version 145.1
edited by Ecaterina Valica
on 2009/03/18 13:43
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,22 +66,55 @@
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 + 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 +.controlPagination a{
86 + position:absolute;
87 + top:0;
88 + left:0;
89 + text-indent:-1000em;
90 + height:25px;
91 + line-height:25px;
92 + outline:none;
93 + overflow:hidden;
94 + border:none;
95 +}
96 +a.prevPagination {
97 + width: 50%;
98 + z-index: 2;
99 +}
100 +a.nextPagination {
101 + width: 100%;
102 + z-index: 1;
103 +}
69 69  /* Search Filters*/
70 70  #searchResultsList{
71 71   clear: both;
107 + display: table;
72 72  }
73 73  .resultItem{
74 - margin-bottom: 15px;
110 + 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: 2%;
118 + display: inline-block;
119 + width: 3%;
85 85  }
86 86  .itemType .typeComment{
87 87   background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
... ... @@ -95,11 +95,20 @@
95 95   width:16px;
96 96   height:16px;
97 97  }
133 +.itemType .typePage{
134 + background:transparent;
135 + display:inline-block;
136 + width:16px;
137 + height:16px;
138 +}
98 98  .itemDescription{
99 99   float: left;
100 - display: table-cell;
101 - width: 83%;
141 + display: inline-block;
142 + width: 82%;
102 102  }
144 +.itemDescription a{
145 + color: #5599ff;
146 +}
103 103  .itemTitle{
104 104   color: #4d4d4d;
105 105   font-weight: bold;
... ... @@ -128,12 +128,12 @@
128 128   padding-right: 5px;
129 129  }
130 130  .itemOthers .itemComments a{
131 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
175 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
132 132   display:inline-block;
133 133   padding-right:16px;
134 134  }
135 135  .itemOthers .itemAttachments a{
136 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
180 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
137 137   display:inline-block;
138 138   padding-right:16px;
139 139  }
... ... @@ -162,7 +162,7 @@
162 162  }
163 163  .itemRelevance{
164 164   float: left;
165 - display: table-cell;
209 + display: inline-block;
166 166   width: 15%;
167 167   text-align: right;
168 168  }
... ... @@ -193,10 +193,19 @@
193 193  }
194 194  .relevanceText{
195 195   float: right;
196 - margin-right: 10px;
240 + margin-right: 5px;
197 197   color: #808080;
198 198   font-size:80%;
199 199  }
244 +.resultSeparator{
245 + display:block;
246 + width:100%;
247 + clear:both;
248 + padding: 0;
249 + margin: 0;
250 + margin-bottom: 15px;
251 + height: 1px;
252 +}
200 200  .searchFooter{
201 201   margin-bottom: 15px;
202 202   display: block;
... ... @@ -205,7 +205,6 @@
205 205  }
206 206  .searchFooter .pagination {
207 207   width: 100%;
208 - background-color: #f2f2f2;
209 209  }
210 210  .divClosure {
211 211   background-color: transparent;