Commit cdc8acac38feea6e04c58bbe74baa922c034b2b9
1 parent
a5a9ab71
Exists in
master
and in
8 other branches
Proposta para issue #187
Showing
1 changed file
with
10 additions
and
5 deletions
Show diff stats
index.html
@@ -168,11 +168,16 @@ | @@ -168,11 +168,16 @@ | ||
168 | <div class='body-content'> | 168 | <div class='body-content'> |
169 | {{{body}}} | 169 | {{{body}}} |
170 | </div> | 170 | </div> |
171 | - <div class="go-to-proposal-button"> | ||
172 | - <a href="#/programas/{{id}}" data-target="proposal-item-{{id}}"> | ||
173 | - <span class="fa fa-reply"></span> | ||
174 | - Participe | ||
175 | - </a> | 171 | + |
172 | + <div class="container"> | ||
173 | + <div class="col-sm-4 col-sm-offset-4"> | ||
174 | + <div class="go-to-proposal-button"> | ||
175 | + <a href="#/programas/{{id}}" data-target="proposal-item-{{id}}"> | ||
176 | + <span class="fa fa-reply"></span> | ||
177 | + Participe | ||
178 | + </a> | ||
179 | + </div> | ||
180 | + </div> | ||
176 | </div> | 181 | </div> |
177 | </div> | 182 | </div> |
178 | 183 |