From 142d07be2127858a8dcc93f58d13afda376392cd Mon Sep 17 00:00:00 2001 From: Richard Mitchell Date: Sun, 10 Feb 2013 09:34:53 +0000 Subject: [PATCH] Equalized the size of the button with the input control --- octoprint/static/css/ui.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/octoprint/static/css/ui.css b/octoprint/static/css/ui.css index f1f9c79..ef0aebc 100644 --- a/octoprint/static/css/ui.css +++ b/octoprint/static/css/ui.css @@ -164,19 +164,19 @@ table th.timelapse_files_action, table td.timelapse_files_action { } #controls .box { - width: 40px; - height: 40px; - margin-right: 20px; - margin-bottom: 20px; + width: 30px; + height: 30px; + margin-right: 10px; + margin-bottom: 10px; + padding-left: 8px; } #controls .control-box { display: block; - height: 40px; - margin-right: 20px; - margin-bottom: 20px; + height: 30px; + margin-bottom: 10px; } .text-right { text-align: right; -} \ No newline at end of file +}