Kaynağa Gözat

Add error message CSS

Sander Mathijs van Veen 13 yıl önce
ebeveyn
işleme
47794dc0cb
1 değiştirilmiş dosya ile 8 ekleme ve 0 silme
  1. 8 0
      src/frontend/css/editor.css

+ 8 - 0
src/frontend/css/editor.css

@@ -31,6 +31,14 @@ body {
     width: 47%;
 }
 
+#error {
+    /*display: none;*/
+    font-size: 12px;
+    clear: both;
+    margin-top: 20px;
+    position: absolute;
+}
+
 #input {
     float: left;
     left: 2%;