Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
| Line 243: | Line 243: | ||
border: 0px solid #ccc !important; | border: 0px solid #ccc !important; | ||
} | } | ||
| − | .izquierda {float: | + | #container-button-tap { |
| − | + | width:100%; | |
| − | + | color:#fff; | |
| + | background-color: #000; | ||
| + | } | ||
| + | .izquierda{ | ||
| + | float:left; | ||
| + | width:33.3%; | ||
| + | text-align: center; | ||
| + | } | ||
| + | .derecha{ | ||
| + | float:right; | ||
| + | width:33.3%; | ||
| + | text-align: center; | ||
| + | } | ||
| + | .centrar{ | ||
| + | margin:0 auto; | ||
| + | width:33.3%; | ||
| + | text-align: center; | ||
| + | } | ||
</style> | </style> | ||
| Line 292: | Line 309: | ||
<!--Tap Menu --> | <!--Tap Menu --> | ||
<div style="padding: 10px 0px 0px 0px;"> | <div style="padding: 10px 0px 0px 0px;"> | ||
| − | <div | + | <div id="container-button-tap"> |
| − | <button class="button izquierda | + | <button class="button izquierda tablink bottom-selected" onclick="openCity(event,'PE')" > PE </button> |
| − | <button class="button centro | + | <button class="button centro tablink" onclick="openCity(event,'Tools')" > Tools </button> |
| − | <button class="button derecha tablink" | + | <button class="button derecha tablink" onclick="openCity(event,'Others')"> Others </button> |
</div> | </div> | ||
Revision as of 21:15, 13 March 2021