Moving the error badge to the right corner in ios theme
// FREEBIE
This commit is contained in:
parent
4230b11f82
commit
c9939c8da8
2 changed files with 11 additions and 0 deletions
|
@ -155,4 +155,10 @@ $ios-border-color: rgba(0,0,0,0.1);
|
||||||
.hourglass {
|
.hourglass {
|
||||||
@include hourglass(#999);
|
@include hourglass(#999);
|
||||||
}
|
}
|
||||||
|
.socket-status {
|
||||||
|
position: absolute;
|
||||||
|
padding-top:-3px;
|
||||||
|
top:0;
|
||||||
|
right:5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1547,6 +1547,11 @@ li.entry .error-icon-container {
|
||||||
-webkit-mask: url("/images/hourglass_empty.svg") no-repeat center;
|
-webkit-mask: url("/images/hourglass_empty.svg") no-repeat center;
|
||||||
-webkit-mask-size: 100%;
|
-webkit-mask-size: 100%;
|
||||||
background-color: #999; }
|
background-color: #999; }
|
||||||
|
.ios .socket-status {
|
||||||
|
position: absolute;
|
||||||
|
padding-top: -3px;
|
||||||
|
top: 0;
|
||||||
|
right: 5px; }
|
||||||
|
|
||||||
.android #header {
|
.android #header {
|
||||||
background-color: #2090ea;
|
background-color: #2090ea;
|
||||||
|
|
Loading…
Reference in a new issue