Commit 040f9fa73ee8b3d5ecda8fb21dc24cc907231839

Authored by Augusto dos Anjos Almeida
1 parent 4c463e14

Issue #284

Showing 2 changed files with 21 additions and 1 deletions   Show diff stats
index.html
... ... @@ -267,7 +267,11 @@
267 267 </div>
268 268 <input type="hidden" id="type" name="article[type]" value="ProposalsDiscussionPlugin::Proposal">
269 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 275 </form>
272 276 <div class="success-proposal-sent success-sent hide button-send">
273 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 167 border-left: 0
168 168 &:last-child
169 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 703 .row
695 704 input
696 705 margin-bottom: 0
  706 +.maxlength
  707 + margin: ($gutter * 0.5) 0 ($gutter * 2)
  708 + text-align: right
  709 +
697 710  
698 711 // 6.12 - votacao
699 712 .vote-actions
... ... @@ -980,6 +993,8 @@ h3.titulo-destaque
980 993 color: $color
981 994 a
982 995 color: $color
  996 + textarea
  997 + border-color: $color
983 998 .button,.show_body a
984 999 background-color: $color
985 1000 border-color: darken($color, $darken)
... ... @@ -1022,6 +1037,7 @@ h3.titulo-destaque
1022 1037 +hover($color,$darken)
1023 1038 i
1024 1039 color: $color
  1040 +
1025 1041 .list
1026 1042 &-unstyled li
1027 1043 color: $color
... ...