diff kallithea/public/css/style.css @ 4259:672f9d36a269

old style: fix "Submitting ..." overlay
author Mads Kiilerich <madski@unity3d.com>
date Fri, 18 Jul 2014 17:01:36 +0200
parents 1af1f7581f85
children 58ad7a675a7b
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Tue Jul 15 14:29:03 2014 +0200
+++ b/kallithea/public/css/style.css	Fri Jul 18 17:01:36 2014 +0200
@@ -4534,22 +4534,12 @@
 .comment-inline-form {
     margin: 4px;
 }
-.comment-inline-form .overlay {
+.comment-inline-form .submitting-overlay {
     display: none;
-}
-.comment-inline-form .overlay.submitting {
-    display: block;
-    background: none repeat scroll 0 0 white;
+    height: 0;
+    text-align: center;
     font-size: 16px;
     opacity: 0.5;
-    position: absolute;
-    text-align: center;
-    vertical-align: top;
-
-}
-.comment-inline-form .overlay.submitting .overlay-text {
-    width: 100%;
-    margin-top: 5%;
 }
 
 .comment-inline-form .clearfix,