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:
authordanielgrippi <danielgrippi@gmail.com>2011-07-13 06:03:35 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-22 05:22:17 +0400
commitf3a515eef165095b79de85418e33eb968e65e59a (patch)
treebb14e0a44bc7ea4bae84af1c75c615262949ee6d /public
parentd1bbbdbc4c2c91af69fa841572d9116d93f1ff97 (diff)
DG IZ reshare retractions is WIP
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/sass/application.sass30
1 files changed, 18 insertions, 12 deletions
diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass
index b02d1881e..5a4b4ee1e 100644
--- a/public/stylesheets/sass/application.sass
+++ b/public/stylesheets/sass/application.sass
@@ -475,6 +475,7 @@ ul.as-selections
.from
a
:color $blue
+
.status_message_show
.stream_element
.content
@@ -554,7 +555,8 @@ ul.as-selections
ul.comments,
ul.show_comments,
-.likes_container
+.likes_container,
+.stream_element .reshare
.avatar
:width 30px
@@ -589,18 +591,18 @@ ul.show_comments,
:height 250px
:width 400px
- .content
- :margin
- :top 0px
- :bottom -2px
- :padding
- :left 36px
- :right 10px
+ .content
+ :margin
+ :top 0px
+ :bottom -2px
+ :padding
+ :left 36px
+ :right 10px
- p
- :margin
- :bottom 0
- :top 0
+ p
+ :margin
+ :bottom 0
+ :top 0
.right
:right 4px
@@ -609,6 +611,10 @@ ul.show_comments,
:position absolute
:display inline
+.stream_element .reshare
+ :padding 10px
+ :border 1px solid #eee
+
ul.show_comments
:padding
:bottom 6px