Commit 040f9fa73ee8b3d5ecda8fb21dc24cc907231839
1 parent
4c463e14
Exists in
master
and in
5 other branches
Issue #284
Showing
2 changed files
with
21 additions
and
1 deletions
Show diff stats
index.html
| @@ -267,7 +267,11 @@ | @@ -267,7 +267,11 @@ | ||
| 267 | </div> | 267 | </div> |
| 268 | <input type="hidden" id="type" name="article[type]" value="ProposalsDiscussionPlugin::Proposal"> | 268 | <input type="hidden" id="type" name="article[type]" value="ProposalsDiscussionPlugin::Proposal"> |
| 269 | <input type="hidden" id="content_type" name="content_type" value="ProposalsDiscussionPlugin::Proposal"> | 269 | <input type="hidden" id="content_type" name="content_type" value="ProposalsDiscussionPlugin::Proposal"> |
| 270 | - <input type="submit" id="make-proposal-button" name="make-proposal-button" class="make-proposal-button" value="Enviar"> | 270 | + <div class="row"> |
| 271 | + <div class="col-sm-6 col-sm-offset-3"> | ||
| 272 | + <input type="submit" id="make-proposal-button" name="make-proposal-button" class="make-proposal-button button" value="Enviar"> | ||
| 273 | + </div> | ||
| 274 | + </div> | ||
| 271 | </form> | 275 | </form> |
| 272 | <div class="success-proposal-sent success-sent hide button-send"> | 276 | <div class="success-proposal-sent success-sent hide button-send"> |
| 273 | <p>Sua proposta foi encaminhada com sucesso! Ela se tornará pública em até 24 horas e poderá ser apoiada por outros participantes.</p> | 277 | <p>Sua proposta foi encaminhada com sucesso! Ela se tornará pública em até 24 horas e poderá ser apoiada por outros participantes.</p> |
sass/style.sass
| @@ -167,6 +167,15 @@ td | @@ -167,6 +167,15 @@ td | ||
| 167 | border-left: 0 | 167 | border-left: 0 |
| 168 | &:last-child | 168 | &:last-child |
| 169 | border-right: 0 | 169 | border-right: 0 |
| 170 | +input | ||
| 171 | + width: 100% | ||
| 172 | +textarea | ||
| 173 | + border: 1px solid | ||
| 174 | + padding-bottom: $gutter * 0.25 | ||
| 175 | + padding-left: $gutter * 0.5 | ||
| 176 | + padding-right: $gutter * 0.5 | ||
| 177 | + padding-top: $gutter * 0.25 | ||
| 178 | + width: 100% | ||
| 170 | 179 | ||
| 171 | 180 | ||
| 172 | // ------------------------------------ | 181 | // ------------------------------------ |
| @@ -694,6 +703,10 @@ h1 | @@ -694,6 +703,10 @@ h1 | ||
| 694 | .row | 703 | .row |
| 695 | input | 704 | input |
| 696 | margin-bottom: 0 | 705 | margin-bottom: 0 |
| 706 | +.maxlength | ||
| 707 | + margin: ($gutter * 0.5) 0 ($gutter * 2) | ||
| 708 | + text-align: right | ||
| 709 | + | ||
| 697 | 710 | ||
| 698 | // 6.12 - votacao | 711 | // 6.12 - votacao |
| 699 | .vote-actions | 712 | .vote-actions |
| @@ -980,6 +993,8 @@ h3.titulo-destaque | @@ -980,6 +993,8 @@ h3.titulo-destaque | ||
| 980 | color: $color | 993 | color: $color |
| 981 | a | 994 | a |
| 982 | color: $color | 995 | color: $color |
| 996 | + textarea | ||
| 997 | + border-color: $color | ||
| 983 | .button,.show_body a | 998 | .button,.show_body a |
| 984 | background-color: $color | 999 | background-color: $color |
| 985 | border-color: darken($color, $darken) | 1000 | border-color: darken($color, $darken) |
| @@ -1022,6 +1037,7 @@ h3.titulo-destaque | @@ -1022,6 +1037,7 @@ h3.titulo-destaque | ||
| 1022 | +hover($color,$darken) | 1037 | +hover($color,$darken) |
| 1023 | i | 1038 | i |
| 1024 | color: $color | 1039 | color: $color |
| 1040 | + | ||
| 1025 | .list | 1041 | .list |
| 1026 | &-unstyled li | 1042 | &-unstyled li |
| 1027 | color: $color | 1043 | color: $color |