made show pages wider for status messages. made names blue in comments for easier reading
This commit is contained in:
parent
7b7f3fc086
commit
6a165c0e3d
4 changed files with 18 additions and 20 deletions
|
|
@ -10,6 +10,8 @@
|
|||
.content
|
||||
%span.from
|
||||
= person_link(comment.author, :class => "hovercardable")
|
||||
%span.details
|
||||
–
|
||||
|
||||
%span{:class => direction_for(comment.text)}
|
||||
= markdownify(Diaspora::Taggable.format_tags(comment.text), :youtube_maps => comment.youtube_titles)
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
= person_link(post.author, :class => 'hovercardable')
|
||||
%time.time.timeago{:datetime => post.created_at, :integer => time_for_sort(post).to_i}
|
||||
%span.details
|
||||
\-
|
||||
–
|
||||
%span.timeago
|
||||
= link_to(how_long_ago(post), object_path(post))
|
||||
|
||||
|
|
|
|||
|
|
@ -2,9 +2,10 @@
|
|||
-# licensed under the Affero General Public License version 3 or later. See
|
||||
-# the COPYRIGHT file.
|
||||
|
||||
.span-16.append-4.prepend-4.last
|
||||
#main_stream.stream.status_message_show
|
||||
= render 'shared/stream_element', :post => @status_message, :all_aspects => @status_message.aspects
|
||||
%br
|
||||
%br
|
||||
%br
|
||||
.span-20.append-2.prepend-2.last
|
||||
.stream_container
|
||||
#main_stream.stream.status_message_show
|
||||
= render 'shared/stream_element', :post => @status_message, :all_aspects => @status_message.aspects
|
||||
%br
|
||||
%br
|
||||
%br
|
||||
|
|
|
|||
|
|
@ -483,11 +483,12 @@ ul.dropdown
|
|||
:bottom 5px
|
||||
|
||||
.post_initial_info
|
||||
.details
|
||||
:color #aaa
|
||||
:margin
|
||||
:bottom 5px
|
||||
|
||||
.details
|
||||
:color #aaa
|
||||
|
||||
.post_scope
|
||||
:cursor default
|
||||
|
||||
|
|
@ -577,9 +578,10 @@ ul.show_comments,
|
|||
|
||||
:position relative
|
||||
|
||||
textarea
|
||||
:width 365px
|
||||
:height 21px
|
||||
form
|
||||
textarea
|
||||
:width 365px
|
||||
:height 21px
|
||||
|
||||
input
|
||||
:display none
|
||||
|
|
@ -610,16 +612,13 @@ ul.show_comments,
|
|||
:width 400px
|
||||
|
||||
.content
|
||||
:color #666
|
||||
:margin
|
||||
:top 0px
|
||||
:bottom -2px
|
||||
:padding
|
||||
:left 36px
|
||||
:right 10px
|
||||
.from
|
||||
a
|
||||
:color rgb(85,80,80)
|
||||
|
||||
p
|
||||
:margin
|
||||
:bottom 0
|
||||
|
|
@ -2218,10 +2217,6 @@ ul.show_comments,
|
|||
:weight bold
|
||||
:color #999
|
||||
|
||||
li
|
||||
:border
|
||||
:bottom 1px solid #ccc
|
||||
|
||||
img
|
||||
:position relative
|
||||
:top 3px
|
||||
|
|
|
|||
Loading…
Reference in a new issue