Changes for page ListWebSearch

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

From version 152.1
edited by Ecaterina Valica
on 2009/03/18 14:42
Change comment: There is no comment for this version
To version 129.1
edited by Ecaterina Valica
on 2009/03/18 12:34
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -46,7 +46,6 @@
46 46   border-top: 2px solid #b3b3b3;
47 47   padding: 5px;
48 48   display: block;
49 - line-height: 22px;
50 50  }
51 51  .resultsNo{
52 52   float: left;
... ... @@ -56,7 +56,6 @@
56 56  }
57 57  .pagination{
58 58   float: right;
59 - margin-right: 10px;
60 60  }
61 61  .pagination a{
62 62   color: #808080;
... ... @@ -69,55 +69,43 @@
69 69   color: #777777;
70 70   font-weight: bold;
71 71  }
70 +.pagination .controlPagination{}
72 72  .controlPagination{
73 73   position:relative;
74 - width:41px;
75 - height:22px;
73 + width:44px;
74 + height:26px;
76 76   overflow:hidden;
77 77   margin:0!important;
78 78   padding:0!important;
79 - list-style:none;
80 - background-image:url($xwiki.getSkinFile("navigation2.png"));
81 - float: right;
78 + background-position:left top;
79 + background-image:url($xwiki.getSkinFile("navigation.png"));
82 82  }
83 -.controlPagination li{
84 - display:inline;
85 -}
86 -.controlPagination a{
87 - position:absolute;
88 - top:0;
89 - left:0;
90 - text-indent:-1000em;
91 - height:25px;
92 - line-height:25px;
93 - outline:none;
81 +.controlPagination a.nextPagination {
82 + position:relative;
83 + width:44px;
84 + height:26px;
94 94   overflow:hidden;
95 - border:none;
86 + margin:0!important;
87 + padding:0!important;
88 + background-position:right top;
89 + background-image:url($xwiki.getSkinFile("navigation.png"));
96 96  }
97 -a.prevPagination {
98 - width: 50%;
99 - z-index: 2;
100 -}
101 -a.nextPagination {
102 - width: 100%;
103 - z-index: 1;
104 -}
105 105  /* Search Filters*/
106 106  #searchResultsList{
107 107   clear: both;
108 - display: table;
109 109  }
110 110  .resultItem{
111 - display: block;
96 + margin-bottom: 15px;
112 112  }
113 113  .resultItemContainer{
114 114   clear: both;
100 + display: table-row;
115 115   width: 100%;
116 116  }
117 117  .itemType{
118 118   float: left;
119 - display: inline-block;
120 - width: 3%;
105 + display: table-cell;
106 + width: 2%;
121 121  }
122 122  .itemType .typeComment{
123 123   background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
... ... @@ -139,8 +139,8 @@
139 139  }
140 140  .itemDescription{
141 141   float: left;
142 - display: inline-block;
143 - width: 82%;
128 + display: table-cell;
129 + width: 83%;
144 144  }
145 145  .itemDescription a{
146 146   color: #5599ff;
... ... @@ -207,7 +207,7 @@
207 207  }
208 208  .itemRelevance{
209 209   float: left;
210 - display: inline-block;
196 + display: table-cell;
211 211   width: 15%;
212 212   text-align: right;
213 213  }
... ... @@ -242,15 +242,6 @@
242 242   color: #808080;
243 243   font-size:80%;
244 244  }
245 -.resultSeparator{
246 - display:block;
247 - width:100%;
248 - clear:both;
249 - padding: 0;
250 - margin: 0;
251 - margin-bottom: 15px;
252 - height: 1px;
253 -}
254 254  .searchFooter{
255 255   margin-bottom: 15px;
256 256   display: block;
... ... @@ -257,6 +257,9 @@
257 257   clear: both;
258 258   text-align: right;
259 259  }
237 +.searchFooter .pagination {
238 + width: 100%;
239 +}
260 260  .divClosure {
261 261   background-color: transparent;
262 262   clear: both;