Changes for page ListWebSearch

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

From version 129.1
edited by Ecaterina Valica
on 2009/03/18 12:34
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
... ... @@ -75,35 +75,48 @@
75 75   overflow:hidden;
76 76   margin:0!important;
77 77   padding:0!important;
78 + list-style:none;
78 78   background-position:left top;
79 79   background-image:url($xwiki.getSkinFile("navigation.png"));
80 80  }
81 -.controlPagination a.nextPagination {
82 - position:relative;
83 - width:44px;
84 - height:26px;
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;
85 85   overflow:hidden;
86 - margin:0!important;
87 - padding:0!important;
88 - background-position:right top;
89 - background-image:url($xwiki.getSkinFile("navigation.png"));
94 + border:none;
90 90  }
96 +a.prevPagination {
97 + width: 50%;
98 + z-index: 2;
99 +}
100 +a.nextPagination {
101 + width: 100%;
102 + z-index: 1;
103 +}
91 91  /* Search Filters*/
92 92  #searchResultsList{
93 93   clear: both;
107 + display: table;
94 94  }
95 95  .resultItem{
96 - margin-bottom: 15px;
110 + display: block;
97 97  }
98 98  .resultItemContainer{
99 99   clear: both;
100 - display: table-row;
101 101   width: 100%;
102 102  }
103 103  .itemType{
104 104   float: left;
105 - display: table-cell;
106 - width: 2%;
118 + display: inline-block;
119 + width: 3%;
107 107  }
108 108  .itemType .typeComment{
109 109   background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
... ... @@ -125,8 +125,8 @@
125 125  }
126 126  .itemDescription{
127 127   float: left;
128 - display: table-cell;
129 - width: 83%;
141 + display: inline-block;
142 + width: 82%;
130 130  }
131 131  .itemDescription a{
132 132   color: #5599ff;
... ... @@ -193,7 +193,7 @@
193 193  }
194 194  .itemRelevance{
195 195   float: left;
196 - display: table-cell;
209 + display: inline-block;
197 197   width: 15%;
198 198   text-align: right;
199 199  }
... ... @@ -228,6 +228,15 @@
228 228   color: #808080;
229 229   font-size:80%;
230 230  }
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 +}
231 231  .searchFooter{
232 232   margin-bottom: 15px;
233 233   display: block;