offline-editor-js/tiles/offlineProbe.css
2013-12-04 10:09:45 +01:00

14 lines
244 B
CSS

#state
{
position: fixed;
top: 7px;
right: 7px;
width: 105px;
padding: 8px 10px;
background-color: blue;
color: white;
text-align: center;
z-index:2000;
}
#state.up { background-color: green; }
#state.down { background-color: red; }