The cover is now centered in the book detail and the button are bigger
This commit is contained in:
parent
6431bae992
commit
04e42e3cfe
|
@ -2,7 +2,7 @@
|
||||||
<div class="col-md-offset-2 col-md-2 col-sm-12">
|
<div class="col-md-offset-2 col-md-2 col-sm-12">
|
||||||
{{? it.book.hasCover == 1}}
|
{{? it.book.hasCover == 1}}
|
||||||
<a href="{{=it.book.coverurl}}">
|
<a href="{{=it.book.coverurl}}">
|
||||||
<img class="img-responsive" src="{{=it.book.thumbnailurl}}" alt="{{=it.c.i18n.coverAlt}}" />
|
<img class="img-responsive center-block" src="{{=it.book.thumbnailurl}}" alt="{{=it.c.i18n.coverAlt}}" />
|
||||||
</a>
|
</a>
|
||||||
{{?}}
|
{{?}}
|
||||||
</div>
|
</div>
|
||||||
|
@ -29,13 +29,13 @@
|
||||||
<div class="col-md-2 col-sm-12">
|
<div class="col-md-2 col-sm-12">
|
||||||
<div class="btn-group pull-right">
|
<div class="btn-group pull-right">
|
||||||
{{~it.book.datas:data:i}}
|
{{~it.book.datas:data:i}}
|
||||||
<a href="{{=data.url}}" class="btn btn-primary btn-sm" role="button">{{=data.format}}</a>
|
<a href="{{=data.url}}" class="btn btn-primary" role="button">{{=data.format}}</a>
|
||||||
{{? data.mail == 1}}
|
{{? data.mail == 1}}
|
||||||
<a id="mailButton" class="btn btn-primary btn-sm" role="button" title="Mail" href="empty.php" onclick="sendToMailAddress (this, {{=data.id}}); return false;">
|
<a id="mailButton" class="btn btn-primary" role="button" title="Mail" href="empty.php" onclick="sendToMailAddress (this, {{=data.id}}); return false;">
|
||||||
<span class="glyphicon glyphicon-envelope"></span></a>
|
<span class="glyphicon glyphicon-envelope"></span></a>
|
||||||
{{?}}
|
{{?}}
|
||||||
{{? data.readerUrl != ""}}
|
{{? data.readerUrl != ""}}
|
||||||
<a title="Reader" class="btn btn-primary btn-sm" role="button" href="{{=data.readerUrl}}" target="blank">
|
<a title="Reader" class="btn btn-primary" role="button" href="{{=data.readerUrl}}" target="blank">
|
||||||
<span class="glyphicon glyphicon-eye-open"></span></a>
|
<span class="glyphicon glyphicon-eye-open"></span></a>
|
||||||
{{?}}
|
{{?}}
|
||||||
{{~}}
|
{{~}}
|
||||||
|
|
Loading…
Reference in a new issue