}
}
-.audiobook-box {
+.audiobook-box, .search-result .book-box {
.book-left-column {
@media screen and (min-width: 1024px) {
display: inline-block;
}
}
- .audiobook-right-column {
+ .book-right-column {
@media screen and (min-width: 1024px) {
float: right;
+ @include size(padding-top, 15px);
@include size(width, 360px);
}
}
@media screen and (min-width: 1024px) {
float: right;
- margin-top: 48px;
}
}
}
display: inline-block;
background: #0D7E85;
color: white;
- @include size(width, 200px);
+ @include size(width, 170px);
text-align: center;
@include size(margin-bottom, 5px);
+ @include size(margin-right, 30px);
+ }
+ a.print {
+ margin-right: 0;
}
a:before {
position: relative;
bottom: 2px;
}
+
+ a.print:before {
+ content: "";
+ }
}
.book-box-download {
.book-box-formats {
display: inline-block;
- max-width: 220px;
+ max-width: 300px;
vertical-align: top;
padding-top: 6px;