fixed bookmarklet
This commit is contained in:
parent
6f3844b73b
commit
4130592ca5
4 changed files with 5 additions and 5 deletions
|
|
@ -87,6 +87,9 @@
|
|||
display:none;
|
||||
border-top: 1px dashed $border-grey;
|
||||
padding:4px 6px 4px 6px;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
|
||||
&.with_location .row-fluid#location_container {
|
||||
|
|
|
|||
|
|
@ -338,6 +338,7 @@
|
|||
display:none;
|
||||
border: 1px solid $border-dark-grey;
|
||||
padding:5px;
|
||||
margin-top:1em;
|
||||
@include border-radius(2px);
|
||||
}
|
||||
|
||||
|
|
@ -363,7 +364,6 @@
|
|||
}
|
||||
|
||||
#poll_question_wrapper {
|
||||
margin-right:24px;
|
||||
}
|
||||
|
||||
#poll_question {
|
||||
|
|
|
|||
|
|
@ -37,9 +37,7 @@
|
|||
= image_tag 'icons/camera.png', :alt => t('shared.publisher.upload_photos').titleize, :class => 'publisher_image'
|
||||
= hidden_field :location, :coords
|
||||
#location_container
|
||||
%br
|
||||
#poll_creator_wrapper
|
||||
= t('shared.publisher.poll.add_a_poll')
|
||||
#poll_question_wrapper
|
||||
%input{:id => 'poll_question', :placeholder => t('shared.publisher.poll.question'), :name => 'poll_question'}
|
||||
.poll_answer
|
||||
|
|
|
|||
|
|
@ -22,8 +22,7 @@
|
|||
%ul#photodropzone
|
||||
.row-fluid#location_container
|
||||
= hidden_field :location, :coords
|
||||
.row-fluid#poll_creator_wrapper
|
||||
= t('shared.publisher.poll.add_a_poll')
|
||||
.row-fluid#poll_creator_wrapper
|
||||
#poll_question_wrapper{:class => "input-block-level"}
|
||||
%input{:id => 'poll_question', :placeholder => t('shared.publisher.poll.question'), :name => 'poll_question', :class=> "form-control"}
|
||||
.poll_answer
|
||||
|
|
|
|||
Loading…
Reference in a new issue