Changes for page ListWebSearch

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

From version 87.1
edited by Ecaterina Valica
on 2009/03/17 15:33
Change comment: There is no comment for this version
To version 122.1
edited by Ecaterina Valica
on 2009/03/18 12:07
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -34,6 +34,7 @@
34 34  }
35 35  #sortFilter a:hover{
36 36   color: #777777;
37 + font-weight: bold;
37 37  }
38 38  #sortFilter a#currentSort{
39 39   color: #777777;
... ... @@ -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,6 +66,26 @@
66 66   font-weight: bold;
67 67  }
68 68  .pagination .controlPagination{}
71 +.pagination .prevPagination{
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 +.pagination .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 +}
69 69  /* Search Filters*/
70 70  #searchResultsList{
71 71   clear: both;
... ... @@ -81,13 +81,34 @@
81 81  .itemType{
82 82   float: left;
83 83   display: table-cell;
84 - width: 5%;
106 + width: 2%;
85 85  }
108 +.itemType .typeComment{
109 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
110 + display:inline-block;
111 + width:16px;
112 + height:16px;
113 +}
114 +.itemType .typeAttachment{
115 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
116 + display:inline-block;
117 + width:16px;
118 + height:16px;
119 +}
120 +.itemType .typePage{
121 + background:transparent;
122 + display:inline-block;
123 + width:16px;
124 + height:16px;
125 +}
86 86  .itemDescription{
87 87   float: left;
88 88   display: table-cell;
89 - width: 80%;
129 + width: 83%;
90 90  }
131 +.itemDescription a{
132 + color: #5599ff;
133 +}
91 91  .itemTitle{
92 92   color: #4d4d4d;
93 93   font-weight: bold;
... ... @@ -113,14 +113,25 @@
113 113   display:inline;
114 114   clear:none;
115 115   float:left;
159 + padding-right: 5px;
116 116  }
117 -.itemOthers a.itemComments, .itemOthers a.itemAttachments{}
161 +.itemOthers .itemComments a{
162 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
163 + display:inline-block;
164 + padding-right:16px;
165 +}
166 +.itemOthers .itemAttachments a{
167 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
168 + display:inline-block;
169 + padding-right:16px;
170 +}
118 118  .itemRating{
119 119   position:relative;
120 120   width:55px;
121 121   height:11px;
122 122   overflow:hidden;
123 - margin:0!important;padding:0!important;
176 + margin:1px 0 0 0!important;
177 + padding:0!important;
124 124   background-position:left top;
125 125   background-image:url($xwiki.getSkinFile("rating.png"));
126 126  }
... ... @@ -143,17 +143,19 @@
143 143   width: 15%;
144 144   text-align: right;
145 145  }
146 -.itemRelevance{
200 +.relevance{
147 147   position:relative;
148 148   width:48px;
149 149   height:8px;
150 150   overflow:hidden;
151 151   list-style:none;
152 - margin:0!important;padding:0!important;
206 + margin:5px 0 0 0!important;
207 + padding:0!important;
153 153   background-position:left bottom;
154 154   background-image:url($xwiki.getSkinFile("relevance.png"));
210 + float:right;
155 155  }
156 -.itemRelevance .currentRelevance{
212 +.relevance .currentRelevance{
157 157   position:absolute;
158 158   top:0;left:0;
159 159   text-indent:-1000em;
... ... @@ -166,11 +166,18 @@
166 166   z-index:1;
167 167   background-position:left top;
168 168  }
225 +.relevanceText{
226 + float: right;
227 + margin-right: 5px;
228 + color: #808080;
229 + font-size:80%;
230 +}
169 169  .searchFooter{
170 170   margin-bottom: 15px;
171 171   display: block;
172 172   clear: both;
173 173   text-align: right;
236 + border-bottom: 2px solid #b3b3b3;
174 174  }
175 175  .searchFooter .pagination {
176 176   width: 100%;