summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-02-03 07:36:04 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-02-03 07:36:04 -0500
commit5be7d002300afcf1e06cf9878d81f567b4bd9845 (patch)
tree6d5bad6d216762c05a6d1d246fdf77cd1fed7fe9 /web/sass-files/sass/partials
parentb7b61c0adc323c3a5129bb90f914551899a0e1f1 (diff)
parent92816619cc584c7c172c4e4fdde17624cf7f913f (diff)
downloadchat-5be7d002300afcf1e06cf9878d81f567b4bd9845.tar.gz
chat-5be7d002300afcf1e06cf9878d81f567b4bd9845.tar.bz2
chat-5be7d002300afcf1e06cf9878d81f567b4bd9845.zip
Merge pull request #2048 from rgarmsen2295/plt-1317
PLT-1317 Replaces the clock icon for same user posts with a simple timestamp
Diffstat (limited to 'web/sass-files/sass/partials')
-rw-r--r--web/sass-files/sass/partials/_post.scss24
1 files changed, 4 insertions, 20 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index be85ef07b..73c7bd9cb 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -456,11 +456,7 @@ body.ios {
&:hover {
.post__time {
-
- &:before {
- @include opacity(0.5);
- }
-
+ @include opacity(0.5);
}
}
@@ -484,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);
}
}