Changes for page ListWebSearch

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

From version 401.1
edited by Ecaterina Valica
on 2009/03/25 12:10
Change comment: There is no comment for this version
To version 416.1
edited by Ecaterina Valica
on 2009/03/25 13:02
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -101,37 +101,49 @@
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;
108 108   padding:0!important;
109 - list-style:none;
110 - background-image:url($xwiki.getSkinFile("navi.png"));
111 111   float: right;
112 112  }
113 -.controlPagination li{
114 - display:inline;
115 -}
116 116  .controlPagination a{
117 117   position:absolute;
118 118   top:0;
119 119   left:0;
120 120   text-indent:-1000em;
121 - height:25px;
122 122   line-height:25px;
123 123   outline:none;
124 124   overflow:hidden;
125 125   border:none;
126 126  }
127 -a.prevPagination {
128 - width: 50%;
129 - z-index: 2;
121 +.controlPagination a.prevPagination {
122 + background-position:left top;
123 + background-image:url($xwiki.getSkinFile("navigation.png"));
124 + width: 21px;
125 + height: 22px;
130 130  }
131 -a.nextPagination {
132 - width: 100%;
133 - z-index: 1;
127 +.controlPagination a.noPrevPagination{
128 + background-position:left bottom;
129 + background-image:url($xwiki.getSkinFile("navigation.png"));
130 + width: 21px;
131 + height: 22px;
134 134  }
133 +.controlPagination a.nextPagination {
134 + background-position:right top;
135 + background-image:url($xwiki.getSkinFile("navigation.png"));
136 + width: 21px;
137 + height: 22px;
138 + left: 21px;
139 +}
140 +.controlPagination a.noNextPagination {
141 + background-position:right bottom;
142 + background-image:url($xwiki.getSkinFile("navigation.png"));
143 + width: 21px;
144 + height: 22px;
145 + left: 21px;
146 +}
135 135  /* Search Result*/
136 136  #searchResults{
137 137   clear: both;