Changes for page ListWebSearch

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

From version 407.1
edited by Ecaterina Valica
on 2009/03/25 12:40
Change comment: There is no comment for this version
To version 415.1
edited by Ecaterina Valica
on 2009/03/25 13:01
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -101,7 +101,7 @@
101 101  }
102 102  .controlPagination{
103 103   position:relative;
104 - width:41px;
104 + width:42px;
105 105   height:22px;
106 106   overflow:hidden;
107 107   margin:0!important;
... ... @@ -109,15 +109,11 @@
109 109   list-style:none;
110 110   float: right;
111 111  }
112 -.controlPagination ul li{
113 - float: left;
114 -}
115 115  .controlPagination a{
116 116   position:absolute;
117 117   top:0;
118 118   left:0;
119 119   text-indent:-1000em;
120 - height:25px;
121 121   line-height:25px;
122 122   outline:none;
123 123   overflow:hidden;
... ... @@ -125,30 +125,29 @@
125 125  }
126 126  .controlPagination a.prevPagination {
127 127   background-position:left top;
128 - background-image:url($xwiki.getSkinFile("navigat.png"));
124 + background-image:url($xwiki.getSkinFile("navigation.png"));
129 129   width: 21px;
130 130   height: 22px;
131 131  }
132 132  .controlPagination a.noPrevPagination{
133 133   background-position:left bottom;
134 - background-image:url($xwiki.getSkinFile("navigat.png"));
130 + background-image:url($xwiki.getSkinFile("navigation.png"));
135 135   width: 21px;
136 136   height: 22px;
137 137  }
138 138  .controlPagination a.nextPagination {
139 139   background-position:right top;
140 - background-image:url($xwiki.getSkinFile("navigat.png"));
136 + background-image:url($xwiki.getSkinFile("navigation.png"));
141 141   width: 21px;
142 142   height: 22px;
143 143   left: 21px;
144 - margin: 0;
145 - padding:0;
146 146  }
147 147  .controlPagination a.noNextPagination {
148 148   background-position:right bottom;
149 - background-image:url($xwiki.getSkinFile("navigat.png"));
143 + background-image:url($xwiki.getSkinFile("navigation.png"));
150 150   width: 21px;
151 151   height: 22px;
146 + left: 21px;
152 152  }
153 153  /* Search Result*/
154 154  #searchResults{