Moving the error badge to the right corner in ios theme

// FREEBIE
This commit is contained in:
Ikarulus 2016-11-21 21:00:50 +01:00 committed by lilia
parent 4230b11f82
commit c9939c8da8
2 changed files with 11 additions and 0 deletions

View file

@ -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;
}
}

View file

@ -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;