css fixes, incl. timeago style fix on stream_element
This commit is contained in:
parent
a00fbb1717
commit
e2fdad02f1
3 changed files with 19 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#author_info
|
||||
#author_info.show
|
||||
= person_image_link(person)
|
||||
.from
|
||||
%h4
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
= render 'status_messages/status_message', :post => post, :photos => photos
|
||||
|
||||
.info
|
||||
%span.time= link_to(how_long_ago(post), status_message_path(post))
|
||||
%span.timeago= link_to(how_long_ago(post), status_message_path(post))
|
||||
= link_to t('comments.new_comment.comment').downcase, '#', :class => 'focus_comment_textarea'
|
||||
|
||||
= render "comments/comments", :post_id => post.id, :comment_hashes => comments, :condensed => true, :commenting_disabled => defined?(@commenting_disabled)
|
||||
|
|
|
|||
|
|
@ -292,9 +292,18 @@ header
|
|||
.from
|
||||
:padding 0
|
||||
|
||||
h3
|
||||
h3,
|
||||
h4
|
||||
:display inline-block
|
||||
|
||||
&.show
|
||||
a
|
||||
:margin
|
||||
:right 1em
|
||||
h4
|
||||
:margin 0
|
||||
:padding 0
|
||||
|
||||
.stream_element
|
||||
:position relative
|
||||
:word-wrap break-word
|
||||
|
|
@ -374,14 +383,19 @@ header
|
|||
:color #22AAE0
|
||||
&:active
|
||||
:color #005D9C
|
||||
.time
|
||||
.time,
|
||||
.timeago
|
||||
a
|
||||
:color #bbb
|
||||
:font
|
||||
:weight bold
|
||||
:margin
|
||||
:right 5px
|
||||
:font-size small
|
||||
:font
|
||||
:size smaller
|
||||
:text
|
||||
:decoration none
|
||||
:border none
|
||||
|
||||
.right .reshare_pane .reshare_button a.inactive
|
||||
:color #ccc
|
||||
|
|
|
|||
Loading…
Reference in a new issue