Questionable css for the new single post view.
This commit is contained in:
parent
958793e338
commit
72f8d58c06
3 changed files with 18 additions and 2 deletions
|
|
@ -10,4 +10,5 @@
|
||||||
*= require vendor/facebox
|
*= require vendor/facebox
|
||||||
*= require vendor/fileuploader
|
*= require vendor/fileuploader
|
||||||
*= require vendor/autoSuggest
|
*= require vendor/autoSuggest
|
||||||
|
*= require single-post-view
|
||||||
*/
|
*/
|
||||||
|
|
@ -5,7 +5,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image : image_url("texture/light-bg.png");
|
|
||||||
padding : none;
|
padding : none;
|
||||||
|
|
||||||
&.lock {
|
&.lock {
|
||||||
|
|
|
||||||
16
app/assets/stylesheets/single-post-view.css.sass
Normal file
16
app/assets/stylesheets/single-post-view.css.sass
Normal 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
|
||||||
|
|
||||||
Loading…
Reference in a new issue