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