Skip to content
Extraits de code Groupes Projets
Valider e2fdad02 rédigé par danielvincent's avatar danielvincent
Parcourir les fichiers

css fixes, incl. timeago style fix on stream_element

parent a00fbb17
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
#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
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter