Showing
1 changed file
with
17 additions
and
2 deletions
@@ -132,14 +132,29 @@ | @@ -132,14 +132,29 @@ | ||
132 | width: 660px; | 132 | width: 660px; |
133 | height: 100%; | 133 | height: 100%; |
134 | overflow: hidden; | 134 | overflow: hidden; |
135 | + position: relative; | ||
136 | + | ||
137 | + .slide-wrapper { | ||
138 | + height: 358px; | ||
139 | + } | ||
140 | + | ||
141 | + | ||
142 | + .slide-switch { | ||
143 | + a.prev { | ||
144 | + margin-left: -330px; | ||
145 | + } | ||
146 | + | ||
147 | + a.next { | ||
148 | + margin-right: -330px; | ||
149 | + } | ||
150 | + } | ||
135 | 151 | ||
136 | img { | 152 | img { |
137 | width: 100%; | 153 | width: 100%; |
138 | height: 100%; | 154 | height: 100%; |
139 | } | 155 | } |
140 | 156 | ||
141 | - .slide-pagination, | ||
142 | - .slide-switch { | 157 | + .slide-pagination { |
143 | display: none; | 158 | display: none; |
144 | } | 159 | } |
145 | } | 160 | } |
-
Please register or login to post a comment