Commit 0078757441bdd526d554c7060d81e6cfa473d59f
1 parent
aacb005a
Exists in
master
and in
5 other branches
Update: change login handler from anchor to button
Showing
2 changed files
with
5 additions
and
3 deletions
Show diff stats
index.html
| @@ -103,9 +103,8 @@ | @@ -103,9 +103,8 @@ | ||
| 103 | </div> | 103 | </div> |
| 104 | <div class="col-xs-7"> | 104 | <div class="col-xs-7"> |
| 105 | <div class="participar"> | 105 | <div class="participar"> |
| 106 | - <!--<a href="#" class="button button-inline participe">Participe</a>--> | ||
| 107 | - <a id="login-button" href="#" class="login"><i class="icon icon-login"></i>Entrar</a> | ||
| 108 | - <a id="logout-button" href="#" class="logout hide"><i class="icon icon-login"></i><span class="name"></span>Sair</a> | 106 | + <button type="button" id="login-button" class="btn login"><i class="icon icon-login"></i>Entrar</button> |
| 107 | + <button type="button" id="logout-button" class="btn logout hide"><i class="icon icon-login"></i><span class="name"></span>Sair</button> | ||
| 109 | </div> | 108 | </div> |
| 110 | </div> | 109 | </div> |
| 111 | <div class="col-xs-12"> | 110 | <div class="col-xs-12"> |
sass/style.sass
| @@ -709,6 +709,9 @@ h1 | @@ -709,6 +709,9 @@ h1 | ||
| 709 | .participar | 709 | .participar |
| 710 | position: relative | 710 | position: relative |
| 711 | text-align: right | 711 | text-align: right |
| 712 | + .btn | ||
| 713 | + color: $link-color | ||
| 714 | + font-weight: normal | ||
| 712 | .participe | 715 | .participe |
| 713 | font-size: 14px | 716 | font-size: 14px |
| 714 | padding: 2px 10px | 717 | padding: 2px 10px |