mobile stream sass tweaks

This commit is contained in:
danielvincent 2011-01-23 19:41:10 -08:00 committed by zhitomirskiyi
parent 1631452669
commit 383876ddf4
2 changed files with 25 additions and 10 deletions

View file

@ -4,7 +4,10 @@
#publisher
= form_for StatusMessage.new, :remote => true do |status|
= status.text_area :message, :class => 'scrunch'
#publisher_text
= t('.whats_on_your_mind')
= status.text_area :message, :class => 'scrunch', 'data-inline' => 'true'
- for aspect_id in @aspect_ids
= hidden_field_tag 'aspect_ids[]', aspect_id.to_s

View file

@ -67,12 +67,10 @@ a:not([role='button'])
.avatar
:float left
:height 34px
:width 34px
:height 38px
:width 38px
.from
:margin
:bottom 4px
a
:color #000 !important
:font
@ -80,12 +78,12 @@ a:not([role='button'])
.content
:padding
:left 41px
:left 43px
:border
:bottom 1px solid #eee
:padding 6px 6px
:padding 4px 4px
:right 8px
.info
@ -100,6 +98,10 @@ a:not([role='button'])
:margin
:top 6px
.time
:font
:weight normal
.comment
:padding
:top 12px
@ -107,7 +109,7 @@ a:not([role='button'])
#main_stream
:font
:size 0.9em
:size 0.95em
.stream_element.person
.from
@ -239,8 +241,10 @@ textarea.scrunch
.grey_back
:background
:color #eee
:border 1px solid #999
:padding 6px
:border
:bottom 1px solid #999
:padding 4px
:top 3px
:margin
:bottom 12px
@ -248,6 +252,14 @@ textarea.scrunch
:text
:align center
#publisher_text
:text
:align left
:font
:weight bold
:margin
:bottom 3px
#aspect_title
:padding 0 6px
:bottom 6px