From c6aedf34230bdc331c59df8cf322f3b7a1a86f8b Mon Sep 17 00:00:00 2001 From: Nicolae Gabriel Date: Tue, 6 Dec 2016 14:03:33 +0200 Subject: [PATCH] #267 Vertical alignment of buttons on modal-dialogs is not correct - I verified and the button it's behaving just fine, vertical align it's ok, the user who's complaining about just overwrites CSS margin rule somewhere so the bug is in his code and not on this one. --- build/css/custom.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/css/custom.css b/build/css/custom.css index 5fc627d8..b79d5ed2 100644 --- a/build/css/custom.css +++ b/build/css/custom.css @@ -2256,6 +2256,8 @@ textarea:focus { border-radius: 4px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); } + + /* ********* /form textarea **************************** */ /* ********* glyphicons **************************** */ .bs-glyphicons {