Merge branch 'master' of https://github.com/janeczku/calibre-web
This commit is contained in:
commit
434029270b
|
@ -169,9 +169,14 @@ table .bg-dark-danger a { color: #fff; }
|
||||||
position: static;
|
position: static;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container-fluid .book .cover span .img {
|
||||||
|
bottom: 0;
|
||||||
|
height: 100%;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
.container-fluid .book .cover span img {
|
.container-fluid .book .cover span img {
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
bottom: 0;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
@ -246,8 +251,10 @@ span.glyphicon.glyphicon-tags {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cover .read {
|
.cover .read {
|
||||||
left: auto;
|
position: relative;
|
||||||
right: 2px;
|
top: -20px;
|
||||||
|
/*left: auto;
|
||||||
|
right: 2px;*/
|
||||||
width: 17px;
|
width: 17px;
|
||||||
height: 17px;
|
height: 17px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user