aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/_tweets.css.sass
diff options
context:
space:
mode:
authorre4k <re4k@re4k.info>2013-04-04 03:07:35 +0900
committerre4k <re4k@re4k.info>2013-04-04 03:07:35 +0900
commit61dde16fd55babd2ccf5ff6a9c8be1f600868d9b (patch)
treeaf4e6f14ad16f87e911426e950ff1d72128f8328 /app/assets/stylesheets/_tweets.css.sass
parent1b49426b0c935a44262384acb526e5fbb86598c7 (diff)
downloadaclog-61dde16fd55babd2ccf5ff6a9c8be1f600868d9b.tar.gz
Add repoting copied tweets form
Diffstat (limited to 'app/assets/stylesheets/_tweets.css.sass')
-rw-r--r--app/assets/stylesheets/_tweets.css.sass14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/assets/stylesheets/_tweets.css.sass b/app/assets/stylesheets/_tweets.css.sass
index 68a0d9b..91fcf76 100644
--- a/app/assets/stylesheets/_tweets.css.sass
+++ b/app/assets/stylesheets/_tweets.css.sass
@@ -18,6 +18,8 @@
ul.actions
li
:padding 0
+ :margin 0
+ li.twitter
a
:float left
img
@@ -44,6 +46,10 @@
:line-height 25px
:padding 0 5px 15px
:word-wrap break-word
+ .copied
+ :font-size 14px
+ :color #999999
+ :line-height inherit
.meta
:padding 0 5px
:color #666666
@@ -58,6 +64,11 @@
.created_at
:display block
:float left
+ .copied
+ :float left
+ :margin-left 10px
+ a
+ :color #ff6666
.source
:display block
:float right
@@ -79,6 +90,9 @@
:font-weight normal
:font-size 10px
:text-transform uppercase
+ .full
+ :font-weight normal
+ :font-size 9px
dd
:margin 0
ul