diaspora/app/assets/stylesheets/new_styles/_composer.scss
2012-04-28 11:09:28 -07:00

34 lines
No EOL
409 B
SCSS

.new_photo .photo{
display: inline;
max-width: 200px;
max-height: 75px;
padding: 2px;
}
.new_picture{
margin-top: 4%;
}
#photo_upload_button {
position: relative;
margin : {
bottom : 9px;
}
input{
@include opacity(0);
position: absolute;
top: 0;
left: 0;
height:100%;
}
}
.photos{
margin-top: 5px;
}
textarea#post_text{
height: 200px;
padding : 10px;
}