fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
author/title match ordering in api filter-books + fix lektura/audiobook filters
[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
23575ce
..
44a5955
100755
(executable)
--- a/
src/wolnelektury/static/scss/main/book_box.scss
+++ b/
src/wolnelektury/static/scss/main/book_box.scss
@@
-395,9
+395,13
@@
display: inline-block;
background: #0D7E85;
color: white;
display: inline-block;
background: #0D7E85;
color: white;
- @include size(width,
20
0px);
+ @include size(width,
17
0px);
text-align: center;
@include size(margin-bottom, 5px);
text-align: center;
@include size(margin-bottom, 5px);
+ @include size(margin-right, 30px);
+ }
+ a.print {
+ margin-right: 0;
}
a:before {
}
a:before {
@@
-410,6
+414,10
@@
position: relative;
bottom: 2px;
}
position: relative;
bottom: 2px;
}
+
+ a.print:before {
+ content: "";
+ }
}
.book-box-download {
}
.book-box-download {