mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-22 03:52:21 -04:00
Externalize a style in .css
This commit is contained in:
parent
ebbeec9c05
commit
44f6f8c508
@ -27,4 +27,10 @@
|
||||
[role=region] > footer > menu[role=toolbar] {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#navigationButtons .restrictedSize {
|
||||
max-width: 80%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
@ -133,7 +133,7 @@
|
||||
<!-- We need to restrict the size of this navbar,
|
||||
to avoid the top button to be in the scrollbar area :
|
||||
on a device, it can trigger a "page down" of the scrollbar -->
|
||||
<div style="max-width: 80%; margin-left: auto; margin-right: auto;">
|
||||
<div class="restrictedSize">
|
||||
<a class="btn btn-large pull-left" id="btnHomeBottom" title="Home"><span class="glyphicon glyphicon-home"></span></a>
|
||||
<a class="btn btn-large" id="btnBack" title="Back"><span class="glyphicon glyphicon-circle-arrow-left"></span></a>
|
||||
<a class="btn btn-large" id="btnForward" title="Forward"><span class="glyphicon glyphicon-circle-arrow-right"></span></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user