From 31d0d8216b1772da04f4908a0c5c9692ebb6972e Mon Sep 17 00:00:00 2001 From: manolobevia Date: Wed, 30 Nov 2011 23:14:13 +0000 Subject: [PATCH] Reduced size of buttons in back-end forms --- webapp/web/css/edit.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/web/css/edit.css b/webapp/web/css/edit.css index 1b57b6294..ff2117ee0 100644 --- a/webapp/web/css/edit.css +++ b/webapp/web/css/edit.css @@ -136,6 +136,7 @@ td.verticalfieldlabel { margin-top: 2px; width: auto; overflow: visible; + padding: 5px; } tr.form-row-even { background-color: #e9f0ff;