From 32f7b50bb5c62d27def3f2e6d2839511c0b8f9a9 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Thu, 23 Jul 2015 09:39:29 -0400 Subject: adds predictive posting on the client --- web/sass-files/sass/partials/_post.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (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 c7add21a2..1beebeac6 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -461,3 +461,21 @@ body.ios { } } } + +.post-waiting { + color:lightgrey; +} + +.post-loading-gif { + height:10px; + width:10px; + margin-top:6px; +} + +.post-fail { + color:red; +} + +.post-retry { + color:darkgrey; +} -- cgit v1.2.3-1-g7c22