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;