Questionable css for the new single post view.

This commit is contained in:
Roger Braun 2013-08-17 14:41:38 +02:00
parent 958793e338
commit 72f8d58c06
3 changed files with 18 additions and 2 deletions

View file

@ -10,4 +10,5 @@
*= require vendor/facebox
*= require vendor/fileuploader
*= require vendor/autoSuggest
*= require single-post-view
*/

View file

@ -5,7 +5,6 @@ body {
}
body {
background-image : image_url("texture/light-bg.png");
padding : none;
&.lock {

View file

@ -0,0 +1,16 @@
#single-post-container
padding-top: 20px
#single-post-content
#author
.bd
padding-left: 10px
border-right: solid 1px #ccc
padding-right: 10px
#single-post-interactions
#likes, #reshares, #comments-meta
padding-bottom: 5px
.comment
border-bottom: solid 1px #ccc
padding-top: 10px
padding-bottom: 10px