From c03898a2a5e0cd95d89b868189e98fb53f00b4d5 Mon Sep 17 00:00:00 2001 From: pedrodelyra Date: Wed, 24 Jun 2015 10:49:32 -0300 Subject: [PATCH] Fixing form's button padding --- cadastro.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cadastro.css b/cadastro.css index d68d34b..73d2267 100644 --- a/cadastro.css +++ b/cadastro.css @@ -692,7 +692,9 @@ body #content .main-block form .button-bar a.button{ border: 0; margin-right: 10px; display: inline-block; - width: 100px; + min-width: 100px; + padding-right: 5px; + padding-left: 5px; text-align: center; } -- libgit2 0.21.2