From c9939c8da8580c99045037632772fb703a2fd873 Mon Sep 17 00:00:00 2001 From: Ikarulus Date: Mon, 21 Nov 2016 21:00:50 +0100 Subject: [PATCH] Moving the error badge to the right corner in ios theme // FREEBIE --- stylesheets/_ios.scss | 6 ++++++ stylesheets/manifest.css | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/stylesheets/_ios.scss b/stylesheets/_ios.scss index d796b222..6967fc9d 100644 --- a/stylesheets/_ios.scss +++ b/stylesheets/_ios.scss @@ -155,4 +155,10 @@ $ios-border-color: rgba(0,0,0,0.1); .hourglass { @include hourglass(#999); } + .socket-status { + position: absolute; + padding-top:-3px; + top:0; + right:5px; + } } diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index c8653406..9278e095 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -1547,6 +1547,11 @@ li.entry .error-icon-container { -webkit-mask: url("/images/hourglass_empty.svg") no-repeat center; -webkit-mask-size: 100%; background-color: #999; } +.ios .socket-status { + position: absolute; + padding-top: -3px; + top: 0; + right: 5px; } .android #header { background-color: #2090ea;