+@import "../tools";
+@import "const";
+
@mixin inner-box {
display: block;
color: black;
#books-list .plain-list-container .plain-list {
p {
- line-height: 1em;
+ line-height: 1.2em;
+ margin-bottom: 20px;
&.header {
font-weight: bold;
}
@include size(width, 415px);
top: 0;
@include size(margin-left, 550px);
- margin-top: 0em;
+ margin-top: 0;
}
}
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 {
@include size(margin-right, 3.71px);
vertical-align: middle;
font-weight: normal;
+ // ugly quick fix
+ position: relative;
+ bottom: 2px;
+ }
+
+ a.print:before {
+ content: "";
}
}
@include size(margin-right, 11.25px);
position: absolute;
right: 0;
+ z-index: 10;
- button::-moz-focus-inner {
- padding: 0;
- border: 0
+ button {
+ cursor: pointer;
+ &::-moz-focus-inner {
+ padding: 0;
+ border: 0
+ }
}
.if-unlike button {
font-size: 1em;
#book-detail .see-also,
#picture-detail .see-also {
+ display: inline-block;
h1 {
@include size(height, 32px);
margin: 0;