From 3d03bdf2f1af5385c2150544977fbba89650b1ee Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Tue, 2 Feb 2016 08:41:02 -0500 Subject: Added extra system-wide statistics for EE --- web/sass-files/sass/partials/_statistics.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web/sass-files/sass/partials') diff --git a/web/sass-files/sass/partials/_statistics.scss b/web/sass-files/sass/partials/_statistics.scss index edd3c9bf3..f86740270 100644 --- a/web/sass-files/sass/partials/_statistics.scss +++ b/web/sass-files/sass/partials/_statistics.scss @@ -14,10 +14,11 @@ padding: 7px 10px; border-bottom: 1px solid #ddd; text-align: left; + font-size: 13px; .fa { float: right; - margin: 3px 0 0; + margin: 0px 0 0; color: #555; font-size: 16px; } @@ -83,4 +84,4 @@ } } } -} \ No newline at end of file +} -- cgit v1.2.3-1-g7c22 From fe39f2400f616e14fbaec67b1d22e80d1583e1f1 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Mon, 25 Jan 2016 14:13:15 -0800 Subject: Removed css clock from sub-posts --- web/sass-files/sass/partials/_post.scss | 4 ---- 1 file changed, 4 deletions(-) (limited to 'web/sass-files/sass/partials') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index be85ef07b..e62d37f38 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -457,10 +457,6 @@ body.ios { .post__time { - &:before { - @include opacity(0.5); - } - } } -- cgit v1.2.3-1-g7c22 From 92816619cc584c7c172c4e4fdde17624cf7f913f Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Mon, 1 Feb 2016 14:30:16 -0800 Subject: Changed clock icon in repeat posts to simple timestamp --- web/sass-files/sass/partials/_post.scss | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'web/sass-files/sass/partials') 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); } } -- cgit v1.2.3-1-g7c22