From 72a53b27110ad7a9031ff6ceeb7eee8637a73cd7 Mon Sep 17 00:00:00 2001 From: Kevin Giszewski Date: Fri, 31 Jan 2014 10:02:49 -0500 Subject: [PATCH] Fix issue when clicking on label - Was not focusing the proper fieldset --- app/less/archetype.less | 11 +++-------- app/views/archetype.html | 4 ++-- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/app/less/archetype.less b/app/less/archetype.less index eb06cfc..980a997 100644 --- a/app/less/archetype.less +++ b/app/less/archetype.less @@ -38,8 +38,10 @@ } label{ - width: 75px; float: left; + width: 90%; + margin-bottom: 0; + padding: 0; } } @@ -53,13 +55,6 @@ border-radius: 0 0 0 5px; } -.archetypeEditor fieldset .archetypeFieldsetLabel label{ - float: left; - width: auto; - margin-bottom: 0; - padding: 0; -} - .archetypeEditor .multiPropertyTextbox{ margin-bottom: 3px; } diff --git a/app/views/archetype.html b/app/views/archetype.html index 1cba82e..b98b5f4 100644 --- a/app/views/archetype.html +++ b/app/views/archetype.html @@ -12,11 +12,11 @@