From 56095ef8ec69059662549e314aff9c32cc004fa7 Mon Sep 17 00:00:00 2001 From: Tom Fulton Date: Sun, 2 Feb 2014 13:31:42 -0700 Subject: [PATCH] Shorten up the prevalue editor fields for smaller screens --- app/less/archetype.less | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/app/less/archetype.less b/app/less/archetype.less index dbb6b9f..04ee1ed 100644 --- a/app/less/archetype.less +++ b/app/less/archetype.less @@ -163,7 +163,7 @@ .archetypeConfig .archetypeFieldsetOption{ margin-bottom: 15px; input[type=text]{ - width: 600px; + max-width: 300px; } } @@ -178,7 +178,7 @@ border: 1px solid #ddd; padding: 8px; margin: -40px 10px 10px 140px; - width: 595px; + max-width: 475px; ul { padding: 0; @@ -189,6 +189,15 @@ padding: 10px; margin-bottom: 10px; background-color: #eee; + + input[type=text] { + max-width: 190px; + width: auto; + } + + select { + max-width: 160px; + } } li:last-child {