diff --git a/productMods/edit/forms/css/customForm.css b/productMods/edit/forms/css/customForm.css index 64646eda..91e8c95c 100644 --- a/productMods/edit/forms/css/customForm.css +++ b/productMods/edit/forms/css/customForm.css @@ -1,7 +1,7 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ #content form { - width: 50%; +/* width: 50%;*/ } #content form div { @@ -17,8 +17,8 @@ clear: none; margin-left: 5em; margin-top: .9em; - width: 30%; - padding: .6em 0 .6em 1.5em; + width: 200px; + padding: 0.8em; border: 1px solid #9c9c9c; display: none; /* Hide if Javascript disabled. Javascript will show. */ } @@ -36,7 +36,7 @@ .new { padding: .6em 0 .6em 1.5em; border: 1px solid #9c9c9c; - width: 70%; + width: 300px; } @@ -74,7 +74,7 @@ option { } #content form .requiredHint { - color: #ff7700; + color: #f00; font-weight: normal; } diff --git a/themes/vivo-basic/css/formedit.css b/themes/vivo-basic/css/formedit.css index 1df556f2..7ace681e 100644 --- a/themes/vivo-basic/css/formedit.css +++ b/themes/vivo-basic/css/formedit.css @@ -56,5 +56,5 @@ form dl dt, form dl dd { p.submit { clear: left; - margin-top: 1em; + margin-top: 2em; }