Externalize a style in .css

This commit is contained in:
mossroy 2013-08-04 09:16:15 +02:00
parent ebbeec9c05
commit 44f6f8c508
2 changed files with 7 additions and 1 deletions

View File

@ -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;
}

View File

@ -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>