fixed bookmarklet

This commit is contained in:
Jannik Streek 2014-03-31 18:30:01 +02:00
parent 6f3844b73b
commit 4130592ca5
4 changed files with 5 additions and 5 deletions

View file

@ -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 {

View file

@ -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 {

View file

@ -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

View file

@ -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