Commit b1ab38cf3eac8ec3748c50ed73ff67e75a29dfb4
1 parent
f60478fd
Exists in
master
and in
5 other branches
Fix #302 - Set to visible the '?' on mobile version
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
index.html
| @@ -382,7 +382,7 @@ | @@ -382,7 +382,7 @@ | ||
| 382 | <table class="footable"> | 382 | <table class="footable"> |
| 383 | <thead> | 383 | <thead> |
| 384 | <tr class="header"> | 384 | <tr class="header"> |
| 385 | - <th class="position">Posição <a href="#/artigo/108047" class="hidden-xs"><span class="fa fa-question"></span></a></th> | 385 | + <th class="position">Posição <a href="#/artigo/108047" class="question-link"><span class="fa fa-question"></span></a></th> |
| 386 | <th class="abstract-text" data-toggle="true">Propostas</th> | 386 | <th class="abstract-text" data-toggle="true">Propostas</th> |
| 387 | <th class="views" data-hide="phone">Exibições</th> | 387 | <th class="views" data-hide="phone">Exibições</th> |
| 388 | <th class="votes-for" data-hide="phone"><span class="sr-only">A favor</span><span class="fa fa-check"></span></th> | 388 | <th class="votes-for" data-hide="phone"><span class="sr-only">A favor</span><span class="fa fa-check"></span></th> |
sass/style.sass
| @@ -1248,3 +1248,8 @@ h3.titulo-destaque | @@ -1248,3 +1248,8 @@ h3.titulo-destaque | ||
| 1248 | float: none | 1248 | float: none |
| 1249 | margin: 0 | 1249 | margin: 0 |
| 1250 | width: 100% | 1250 | width: 100% |
| 1251 | + table | ||
| 1252 | + .position | ||
| 1253 | + a | ||
| 1254 | + margin-left: 0 | ||
| 1255 | + margin-top: 5px | ||
| 1251 | \ No newline at end of file | 1256 | \ No newline at end of file |