From f69a2cca3c7ad9a6cf51ea953d2199791816293b Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 30 Jan 2012 08:20:02 -0500 Subject: [PATCH] CSS bugfix to two-column popups - the right column was too wide and was being pushed below the left column --- static/css/pad.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/pad.css b/static/css/pad.css index 362311fcb..be9d96565 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -1276,7 +1276,6 @@ label { float: left; width: 50%; box-sizing: border-box; - padding-left: 10px; } #settingsmenu, #importexport, #embed {