Changes for page ListWebSearch

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

From version 121.1
edited by Ecaterina Valica
on 2009/03/18 12:06
Change comment: There is no comment for this version
To version 116.1
edited by Ecaterina Valica
on 2009/03/17 16:51
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -34,7 +34,6 @@
34 34  }
35 35  #sortFilter a:hover{
36 36   color: #777777;
37 - font-weight: bold;
38 38  }
39 39  #sortFilter a#currentSort{
40 40   color: #777777;
... ... @@ -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,26 +68,6 @@
68 68   font-weight: bold;
69 69  }
70 70  .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 -}
91 91  /* Search Filters*/
92 92  #searchResultsList{
93 93   clear: both;
... ... @@ -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 128   display: table-cell;
129 129   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  }
... ... @@ -224,9 +224,7 @@
224 224  }
225 225  .relevanceText{
226 226   float: right;
227 - margin-right: 5px;
228 - color: #808080;
229 - font-size:80%;
196 + margin-right: 10px;
230 230  }
231 231  .searchFooter{
232 232   margin-bottom: 15px;
... ... @@ -233,7 +233,6 @@
233 233   display: block;
234 234   clear: both;
235 235   text-align: right;
236 - border-bottom: 2px solid #b3b3b3;
237 237  }
238 238  .searchFooter .pagination {
239 239   width: 100%;