Mercurial > hg > MPIWGWeb
comparison css/mpiwg.css @ 151:6bdf54b67fca
nicer slider on homepage.
author | casties |
---|---|
date | Mon, 03 Jun 2013 15:22:26 +0200 |
parents | 7771cdd95398 |
children | c115a18dbbe1 |
comparison
equal
deleted
inserted
replaced
150:7771cdd95398 | 151:6bdf54b67fca |
---|---|
523 div.teaser div.box div.slidebutton.next { | 523 div.teaser div.box div.slidebutton.next { |
524 background-image: url(../images/slider_next_bg.png); | 524 background-image: url(../images/slider_next_bg.png); |
525 } | 525 } |
526 | 526 |
527 /* book slider */ | 527 /* book slider */ |
528 div.main.home div.slider.row.double > div.col { | 528 div.newbooks div.slider.row.double > div.col > div.mini { |
529 /* width is ignored in this table row, so we have to use paddding */ | 529 width: 123px; |
530 } | |
531 div.newbooks div.slider.row.double > div.col > div.mini img { | |
530 width: 100px; | 532 width: 100px; |
531 padding-right: 23px; | 533 } |
532 } | 534 div.newbooks div.slider.row.double > div.col { |
533 div.main.home div.slider.row.double > div.col div.mini img { | 535 /* non-ajax version has padding-left (even first-child) */ |
534 width: 100px; | 536 padding-left: 20px; |
535 } | 537 } |
536 | 538 div.newbooks div.slidewindow > div.slider.row.double > div.col:first-child { |
537 div.main.home div.row.triple div.ajaxSlider div.slidebutton { | 539 /* ajax version first-child has no padding-left */ |
540 padding-left: 0; | |
541 } | |
542 div.newbooks div.slidebutton { | |
538 top: 80px; | 543 top: 80px; |
539 } | 544 } |
540 | 545 |
541 /* | 546 /* |
542 * toolboxes | 547 * toolboxes |