fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Visible book download buttons.
[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
old mode 100755
(executable)
new mode 100644
(file)
index
6e71fbc
..
8e47bfe
--- a/
src/wolnelektury/static/scss/main/book_box.scss
+++ b/
src/wolnelektury/static/scss/main/book_box.scss
@@
-390,6
+390,16
@@
@include size(margin-left, 139px + 15px);
}
@include size(margin-left, 139px + 15px);
}
+ &.book-box-tools-warn {
+ font-size: 1rem;
+ margin-bottom: 1em;
+ max-width: 32em;
+ border: 3px solid #9ACD32;
+ padding: 1em;
+ box-sizing: border-box;
+ }
+
+
li {
@include mono;
margin-top: 0;
li {
@include mono;
margin-top: 0;
@@
-449,14
+459,16
@@
}
.book-box-formats {
}
.book-box-formats {
- display: inline-block;
max-width: 300px;
vertical-align: top;
padding-top: 6px;
max-width: 300px;
vertical-align: top;
padding-top: 6px;
+ border-collapse: collapse;
a {
a {
- display:
inline-block
;
+ display:
table-cell
;
@include size(padding, .2em 1em);
@include size(padding, .2em 1em);
+ border:1px solid black;
+ line-height: 20px;
}
}
}
}
}
}
@@
-558,4
+570,4
@@
background-image:linear-gradient(to right,rgba(255,255,255,0),#ffffff 50%)
}
}
background-image:linear-gradient(to right,rgba(255,255,255,0),#ffffff 50%)
}
}
-}
\ No newline at end of file
+}