From 8e2eb730106ba44ba959d6f311b4821716cd5975 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Tue, 26 Mar 2013 15:03:33 -0400 Subject: [PATCH] restructured CSS to allow for full-width tag reference on narrow preset inputs. --- css/app.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 37b40d94b..97d4b4ab9 100644 --- a/css/app.css +++ b/css/app.css @@ -971,10 +971,16 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;} height: 65px; } -.form-field-levels, -.form-field-elevation, -.form-field.checkselect { - width: 60%; +.form-field-levels label, +.form-field-elevation label, +.form-field.checkselect label { + margin-right: 50%; +} + +.form-field-levels input, +.form-field-elevation input, +.form-field.checkselect input { + width: 50%; } .form-field-name input {