From feab67349ed0cb29a86476b61d88a4205d94e04d Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Thu, 17 Jan 2013 19:29:35 -0500 Subject: [PATCH] fix buttons. --- css/app.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 53eec9933..d374eee13 100644 --- a/css/app.css +++ b/css/app.css @@ -582,10 +582,15 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;} .inspector-buttons { border-top: 1px solid #ccc; + padding-right: 10px; } .inspector-buttons .button-wrap { - width: 20%; + width: 50%; +} + +.inspector-buttons .button-wrap { + width: 50%; } .inspector-inner .add-tag-row {