X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fthemes%2Fbartik%2Fcss%2Fcomponents%2Fform.css;fp=web%2Fcore%2Fthemes%2Fbartik%2Fcss%2Fcomponents%2Fform.css;h=03dc6e9b1726f1a2393e6e392be841a66a3dfc3c;hp=672e59118e04c9f8a5d8a10a3ace67385bd6baee;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/themes/bartik/css/components/form.css b/web/core/themes/bartik/css/components/form.css index 672e59118..03dc6e9b1 100644 --- a/web/core/themes/bartik/css/components/form.css +++ b/web/core/themes/bartik/css/components/form.css @@ -100,8 +100,7 @@ textarea { textarea { line-height: 1.5; } -textarea.form-textarea, -select.form-select { +textarea.form-textarea { padding: 4px; } input.form-text, @@ -112,8 +111,7 @@ input.form-search, input.form-file, input.form-number, input.form-color, -textarea.form-textarea, -select.form-select { +textarea.form-textarea { border: 1px solid #ccc; color: #3b3b3b; } @@ -172,7 +170,7 @@ input.form-submit:focus { .node-form .form-wrapper { margin-bottom: 2em; } -.node-form .node-form-footer, +.node-form .entity-content-form-footer, .node-form .field--name-status { margin-bottom: 0; }