Create and use own AJAX override to allow error handling in user interface.
[Sone.git] / src / main / resources / static / css / sone.css
index 80054a8..893072e 100644 (file)
@@ -97,6 +97,20 @@ textarea {
        border: none;
 }
 
+#sone #main.offline {
+       opacity: 0.5;
+}
+
+#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;
 }