Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
Line 291: | Line 291: | ||
.izquierda{ | .izquierda{ | ||
float:left; | float:left; | ||
− | width: | + | width:25%; |
text-align: center; | text-align: center; | ||
} | } | ||
.derecha{ | .derecha{ | ||
float:right; | float:right; | ||
− | width: | + | width:25%; |
text-align: center; | text-align: center; | ||
} | } | ||
.centrar{ | .centrar{ | ||
margin:0 auto; | margin:0 auto; | ||
− | width: | + | width:25%; |
text-align: center; | text-align: center; | ||
} | } | ||
Line 345: | Line 345: | ||
<div id="container-button-tap" style="margin-top:-9px;"> | <div id="container-button-tap" style="margin-top:-9px;"> | ||
− | <button id="button-pe" class="button izquierda tablink bottom-selected" | + | <button id="button-pe" class="button izquierda tablink bottom-selected" onclick="openCity(event,'PE')" > <i class="fas fa-atom"> </i> </button> |
− | <button id="button-others" class="button derecha tablink" | + | <button id="button-others" class="button derecha tablink" onclick="openCity(event,'Others')"> <i class="fas fa-info"> </i> </button> |
− | <button id="button-tools" class="button centrar tablink" | + | <button id="button-tools" class="button centrar tablink" onclick="openCity(event,'Tools')" > <i class="fas fa-tools"></i> </button> |
+ | <button id="button-menu" class="button centrar tablink" onclick="openCity(event,'Menu')" > <i class="fas fa-tools"></i> </button> | ||
</div> | </div> | ||
Revision as of 23:03, 15 March 2021