From 5c9014cfd28ee6b024ba6f82e4991e8edfd1763d Mon Sep 17 00:00:00 2001
From: AchtBit <8bitfur@gmail.com>
Date: Tue, 17 Feb 2015 19:18:11 -0600
Subject: [PATCH] span->label. Hide label in CSS.
---
src/General/css/style.css | 3 +++
src/General/html/Features/QuickReply.html | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/General/css/style.css b/src/General/css/style.css
index 014e807e1..65e727123 100755
--- a/src/General/css/style.css
+++ b/src/General/css/style.css
@@ -1280,6 +1280,9 @@ input#qr-filename:not(.edit) {
#file-n-submit.add-cooldown {
height: 43px;
}
+#file-n-submit:not(.add-cooldown) #add-cooldown-label {
+ display: none;
+}
#qr input[type="file"] {
visibility: hidden;
position: absolute;
diff --git a/src/General/html/Features/QuickReply.html b/src/General/html/Features/QuickReply.html
index c9ed33c32..fa1187734 100755
--- a/src/General/html/Features/QuickReply.html
+++ b/src/General/html/Features/QuickReply.html
@@ -36,7 +36,7 @@
- #{if parseInt(Conf['additionalCooldown']) > 0 then 'Enable Custom Cooldown' else ''}
+