Changes for page ListWebSearch

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

From version 403.1
edited by Ecaterina Valica
on 2009/03/25 12:18
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 li{
113 - display:inline;
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,19 +125,29 @@
125 125  }
126 126  .controlPagination a.prevPagination {
127 127   background-position:left top;
128 - background-image:url($xwiki.getSkinFile("navi.png"));
124 + background-image:url($xwiki.getSkinFile("navigation.png"));
125 + width: 21px;
126 + height: 22px;
129 129  }
130 130  .controlPagination a.noPrevPagination{
131 131   background-position:left bottom;
132 - background-image:url($xwiki.getSkinFile("navi.png"));
130 + background-image:url($xwiki.getSkinFile("navigation.png"));
131 + width: 21px;
132 + height: 22px;
133 133  }
134 134  .controlPagination a.nextPagination {
135 135   background-position:right top;
136 - background-image:url($xwiki.getSkinFile("navi.png"));
136 + background-image:url($xwiki.getSkinFile("navigation.png"));
137 + width: 21px;
138 + height: 22px;
139 + left: 21px;
137 137  }
138 138  .controlPagination a.noNextPagination {
139 139   background-position:right bottom;
140 - background-image:url($xwiki.getSkinFile("navi.png"));
143 + background-image:url($xwiki.getSkinFile("navigation.png"));
144 + width: 21px;
145 + height: 22px;
146 + left: 21px;
141 141  }
142 142  /* Search Result*/
143 143  #searchResults{