Changes for page ListWebSearch

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

From version 146.1
edited by Ecaterina Valica
on 2009/03/18 13:47
Change comment: There is no comment for this version
To version 123.1
edited by Ecaterina Valica
on 2009/03/18 12:08
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{
... ... @@ -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  }
... ... @@ -67,7 +67,8 @@
67 67   color: #777777;
68 68   font-weight: bold;
69 69  }
70 -.controlPagination{
70 +.pagination .controlPagination{}
71 +.pagination .prevPagination{
71 71   position:relative;
72 72   width:44px;
73 73   height:26px;
... ... @@ -74,47 +74,35 @@
74 74   overflow:hidden;
75 75   margin:0!important;
76 76   padding:0!important;
77 - list-style:none;
78 + background-position:left top;
78 78   background-image:url($xwiki.getSkinFile("navigation.png"));
79 79  }
80 -.controlPagination li{
81 - display:inline;
82 -}
83 -.controlPagination a{
84 - position:absolute;
85 - top:0;
86 - left:0;
87 - text-indent:-1000em;
88 - height:25px;
89 - line-height:25px;
90 - outline:none;
81 +.pagination .nextPagination{
82 + position:relative;
83 + width:44px;
84 + height:26px;
91 91   overflow:hidden;
92 - border:none;
86 + margin:0!important;
87 + padding:0!important;
88 + background-position:right top;
89 + background-image:url($xwiki.getSkinFile("navigation.png"));
93 93  }
94 -a.prevPagination {
95 - width: 50%;
96 - z-index: 2;
97 -}
98 -a.nextPagination {
99 - width: 100%;
100 - z-index: 1;
101 -}
102 102  /* Search Filters*/
103 103  #searchResultsList{
104 104   clear: both;
105 - display: table;
106 106  }
107 107  .resultItem{
108 - display: block;
96 + margin-bottom: 15px;
109 109  }
110 110  .resultItemContainer{
111 111   clear: both;
100 + display: table-row;
112 112   width: 100%;
113 113  }
114 114  .itemType{
115 115   float: left;
116 - display: inline-block;
117 - width: 3%;
105 + display: table-cell;
106 + width: 2%;
118 118  }
119 119  .itemType .typeComment{
120 120   background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
... ... @@ -136,8 +136,8 @@
136 136  }
137 137  .itemDescription{
138 138   float: left;
139 - display: inline-block;
140 - width: 82%;
128 + display: table-cell;
129 + width: 83%;
141 141  }
142 142  .itemDescription a{
143 143   color: #5599ff;
... ... @@ -204,7 +204,7 @@
204 204  }
205 205  .itemRelevance{
206 206   float: left;
207 - display: inline-block;
196 + display: table-cell;
208 208   width: 15%;
209 209   text-align: right;
210 210  }
... ... @@ -239,15 +239,6 @@
239 239   color: #808080;
240 240   font-size:80%;
241 241  }
242 -.resultSeparator{
243 - display:block;
244 - width:100%;
245 - clear:both;
246 - padding: 0;
247 - margin: 0;
248 - margin-bottom: 15px;
249 - height: 1px;
250 -}
251 251  .searchFooter{
252 252   margin-bottom: 15px;
253 253   display: block;
... ... @@ -256,6 +256,8 @@
256 256  }
257 257  .searchFooter .pagination {
258 258   width: 100%;
239 + background-color: #f2f2f2;
240 + border-bottom: 2px solid #b3b3b3;
259 259  }
260 260  .divClosure {
261 261   background-color: transparent;