fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'misjaksiazka'
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
scss
/
main
/
book_box.scss
diff --git
a/src/wolnelektury/static/scss/main/book_box.scss
b/src/wolnelektury/static/scss/main/book_box.scss
index
c9ccbf2
..
23575ce
100755
(executable)
--- a/
src/wolnelektury/static/scss/main/book_box.scss
+++ b/
src/wolnelektury/static/scss/main/book_box.scss
@@
-1,3
+1,6
@@
+@import "../tools";
+@import "const";
+
@mixin inner-box {
display: block;
color: black;
@mixin inner-box {
display: block;
color: black;
@@
-104,7
+107,8
@@
#books-list .plain-list-container .plain-list {
p {
#books-list .plain-list-container .plain-list {
p {
- line-height: 1em;
+ line-height: 1.2em;
+ margin-bottom: 20px;
&.header {
font-weight: bold;
}
&.header {
font-weight: bold;
}
@@
-283,7
+287,7
@@
@include size(width, 415px);
top: 0;
@include size(margin-left, 550px);
@include size(width, 415px);
top: 0;
@include size(margin-left, 550px);
- margin-top: 0
em
;
+ margin-top: 0;
}
}
}
}
@@
-402,6
+406,9
@@
@include size(margin-right, 3.71px);
vertical-align: middle;
font-weight: normal;
@include size(margin-right, 3.71px);
vertical-align: middle;
font-weight: normal;
+ // ugly quick fix
+ position: relative;
+ bottom: 2px;
}
}
}
}
@@
-446,10
+453,14
@@
@include size(margin-right, 11.25px);
position: absolute;
right: 0;
@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;
}
.if-unlike button {
font-size: 1em;
@@
-477,6
+488,7
@@
#book-detail .see-also,
#picture-detail .see-also {
#book-detail .see-also,
#picture-detail .see-also {
+ display: inline-block;
h1 {
@include size(height, 32px);
margin: 0;
h1 {
@include size(height, 32px);
margin: 0;