Changes for page ListWebSearch

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

From version 126.1
edited by Ecaterina Valica
on 2009/03/18 12:21
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,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  }
... ... @@ -236,6 +236,7 @@
236 236  }
237 237  .searchFooter .pagination {
238 238   width: 100%;
208 + background-color: #f2f2f2;
239 239  }
240 240  .divClosure {
241 241   background-color: transparent;