Index: trunk/extensions/skins/Tomas/main.css |
— | — | @@ -288,9 +288,11 @@ |
289 | 289 | |
290 | 290 | .red-input-button |
291 | 291 | { |
| 292 | + background-repeat: no-repeat; |
292 | 293 | background-image: url(images/button-red.png); |
293 | | - width: 158px; |
294 | | - height: 27px; |
| 294 | + background-color: white; |
| 295 | + width: 160px; |
| 296 | + height: 29px; |
295 | 297 | color: #fff; |
296 | 298 | font-size: 0.8em; |
297 | 299 | font-weight: bold; |
— | — | @@ -298,7 +300,7 @@ |
299 | 301 | display: block; |
300 | 302 | vertical-align: middle; |
301 | 303 | font-family: Verdana, Arial, Helvetica,Tahoma,sans-serif; |
302 | | - border: 0px sold white; |
| 304 | + border: 1px solid white; |
303 | 305 | } |
304 | 306 | |
305 | 307 | #red-button a:hover { text-decoration: none; } |
— | — | @@ -380,6 +382,7 @@ |
381 | 383 | { |
382 | 384 | width: 400px; |
383 | 385 | margin: 0px auto; |
| 386 | + padding-bottom: 50px; |
384 | 387 | background: #fff url(images/curves/leftside.gif) repeat-y left top; |
385 | 388 | } |
386 | 389 | |
— | — | @@ -406,7 +409,7 @@ |
407 | 410 | .center-content |
408 | 411 | { |
409 | 412 | position: relative; |
410 | | - padding: 1px 36px 1px 36px; |
| 413 | + padding: 1px 36px 20px 36px; |
411 | 414 | margin: -1px 0 -50px 0; |
412 | 415 | } |
413 | 416 | |