소스 검색

Add error message CSS

Sander Mathijs van Veen 13 년 전
부모
커밋
47794dc0cb
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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%;