Add CSS definition of offline marker.
[Sone.git] / src / main / resources / static / css / sone.css
index 80054a8..a5c0c09 100644 (file)
@@ -97,6 +97,16 @@ textarea {
        border: none;
 }
 
+#sone #offline-marker {
+       display: none;
+       position: fixed;
+       top: 2em;
+       right: 2em;
+       width: 128px;
+       height: 128px;
+       background-image: url("../images/sone-offline.png");
+}
+
 #sone #notification-area {
        margin-top: 1em;
 }