From 4eb901fbba964765b2997e659157662853152d11 Mon Sep 17 00:00:00 2001 From: kgiszewski Date: Tue, 15 Mar 2016 10:04:59 -0400 Subject: [PATCH] Fix #318 --- app/less/archetype.less | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/app/less/archetype.less b/app/less/archetype.less index a3fddbe..76776e6 100644 --- a/app/less/archetype.less +++ b/app/less/archetype.less @@ -362,8 +362,10 @@ .archetypeFieldsetOption { margin-bottom: 15px; + margin-right: 15px; input[type=text]{ - max-width: 300px; + max-width: 100%; + width: 100%; } } @@ -374,15 +376,20 @@ height: 130px; } - .archetypeOptions label{ - width: 400px; + .archetypeOptions { + .btn { + margin-bottom: 5px; + } + + label{ + width: 400px; + } } .archetypePropertiesWrapper { border: 1px solid #ddd; padding: 8px; margin: -40px 10px 10px 140px; - max-width: 475px; ul { padding: 0; @@ -395,12 +402,13 @@ background-color: #eee; input[type=text] { - max-width: 190px; - width: auto; + max-width: 100%; + width: 100%; } select { - max-width: 160px; + max-width: 100%; + width: 100%; } } @@ -413,6 +421,10 @@ label { width: 100%; } + + input[type=text] { + width: 100%; + } input[type=checkbox] { margin-top: 0; @@ -460,8 +472,10 @@ .archetypePropertyCollapser { margin-top: 10px; + div { margin-bottom: 10px; + margin-right: 15px; } }