habitica/styles/ui.styl
2013-02-11 11:05:01 -05:00

15 lines
243 B
Stylus

.connection {
position: fixed;
text-align: center;
top: 0;
left: 0;
width: 100%;
height: 0;
z-index: 1020;
}
.connection > .alert {
border-top: 0;
border-radius: 0 0 4px 4px;
padding-right: 14px;
display: inline-block;
}