fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
be56bb2
)
fix star
author
Jan Szejko
<j-sz@o2.pl>
Wed, 17 Feb 2016 14:00:52 +0000
(15:00 +0100)
committer
Jan Szejko
<j-sz@o2.pl>
Wed, 17 Feb 2016 14:00:52 +0000
(15:00 +0100)
src/wolnelektury/static/scss/main/book_box.scss
patch
|
blob
|
history
diff --git
a/src/wolnelektury/static/scss/main/book_box.scss
b/src/wolnelektury/static/scss/main/book_box.scss
index
55eba24
..
e8a83f7
100755
(executable)
--- a/
src/wolnelektury/static/scss/main/book_box.scss
+++ b/
src/wolnelektury/static/scss/main/book_box.scss
@@
-443,10
+443,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;