summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2016-02-01 14:30:16 -0800
committerReed Garmsen <rgarmsen2295@gmail.com>2016-02-02 11:54:01 -0800
commit92816619cc584c7c172c4e4fdde17624cf7f913f (patch)
treea28fed455824c0011b4a6303598bb242e75035c2 /web/sass-files/sass/partials
parentfe39f2400f616e14fbaec67b1d22e80d1583e1f1 (diff)
downloadchat-92816619cc584c7c172c4e4fdde17624cf7f913f.tar.gz
chat-92816619cc584c7c172c4e4fdde17624cf7f913f.tar.bz2
chat-92816619cc584c7c172c4e4fdde17624cf7f913f.zip
Changed clock icon in repeat posts to simple timestamp
Diffstat (limited to 'web/sass-files/sass/partials')
-rw-r--r--web/sass-files/sass/partials/_post.scss20
1 files changed, 4 insertions, 16 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index e62d37f38..73c7bd9cb 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -456,7 +456,7 @@ body.ios {
&:hover {
.post__time {
-
+ @include opacity(0.5);
}
}
@@ -480,27 +480,15 @@ body.ios {
}
.post__time {
- display: inline-block;
- font: normal normal normal 14px/1 FontAwesome;
- font-size: inherit;
+ font: normal normal normal FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
- font-size: 0;
position: absolute;
top: -3px;
- left: 17px;
- width: 30px;
- height: 30px;
+ left: -1.0em;
line-height: 37px;
-
- &:before {
- @include opacity(0);
- content: "\f017";
- content: "\f017";
- font-size: 19px;
- }
-
+ @include opacity(0);
}
}