Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorAndrej Kacian <andrej@kacian.sk>2011-07-28 00:33:13 +0400
committerAndrej Kacian <andrej@kacian.sk>2011-07-28 00:33:13 +0400
commitcc3ba8b076752e832b112f825d928927e0a098ad (patch)
tree13c4023604b8839b83439d8c54486c228edf1908 /public
parent0f6f9a4b0a849fc6188d1a1cadd1a78e9a764aca (diff)
Display unread post count for conversations in inbox, if appropriate.
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/sass/application.sass13
1 files changed, 13 insertions, 0 deletions
diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass
index adcfb5588..956a9cd50 100644
--- a/public/stylesheets/sass/application.sass
+++ b/public/stylesheets/sass/application.sass
@@ -2513,6 +2513,19 @@ ul.show_comments,
:size 12px
:weight normal
+ .unread_message_count
+ @include border-radius(5px)
+
+ :right 30px
+ :background
+ :color #b11
+ :color #eee
+ :position absolute
+ :padding 0 5px
+ :font
+ :size 12px
+ :weight normal
+
.participant_count
:font
:weight normal