[PATCH] style: don't apply this text field styling to buttons
Søren Løvborg
sorenl at unity3d.com
Tue Jan 3 16:17:23 UTC 2017
Fix for a style issue introduced in some of the recent Bootstrap prep
work (ad2a922da0ba, dd42c2ad28d7).
# HG changeset patch
# User Søren Løvborg <sorenl at unity3d.com>
# Date 1483459136 -3600
# Tue Jan 03 16:58:56 2017 +0100
# Node ID 4038d04ba05bba9ee629deee78936cf1847b3de8
# Parent dc94e662ee74dc16d14327621286adc1a2459039
style: don't apply this text field styling to buttons
These recently introduced style rules were a bit too broad.
diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css
--- a/kallithea/public/css/style.css
+++ b/kallithea/public/css/style.css
@@ -861,8 +861,10 @@
margin: 0 20px 0 200px;
}
-#content div.panel div.form div.form-horizontal div.form-group > label > input,
-#content div.panel div.form div.form-horizontal div.form-group > div input,
+#content div.panel div.form div.form-horizontal div.form-group >
label > input[type=text],
+#content div.panel div.form div.form-horizontal div.form-group >
label > input[type=password],
+#content div.panel div.form div.form-horizontal div.form-group > div
input[type=text],
+#content div.panel div.form div.form-horizontal div.form-group > div
input[type=password],
#content div.panel div.form div.form-horizontal div.form-group >
label > textarea,
#content div.panel div.form div.form-horizontal div.form-group > div textarea,
.reviewer_ac input {
More information about the kallithea-general
mailing list