From e4b79d8103a57e3987f1da53efca80c8aaa3d7e3 Mon Sep 17 00:00:00 2001 From: jbtbnl Date: Tue, 4 Mar 2014 10:38:36 +0100 Subject: [PATCH] Fixes #433 and #420. --- css/contacts.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/contacts.css b/css/contacts.css index 080c39ad..72beb237 100644 --- a/css/contacts.css +++ b/css/contacts.css @@ -21,6 +21,9 @@ text-overflow: ellipsis; } +#contact input:not([type=checkbox]), #contact select:not(.button), #contact textarea { + float: left; +} #contact .label { float: right !important; } @@ -309,12 +312,12 @@ span.ui-icon { margin: 1px 3px 10px 0px; } text-align: right; } .singleproperties { float: left; width: 100%; } -.singleproperties .fullname { width: 300px; font-size: 20px; } +.singleproperties .fullname { float: none !important; margin-left: 4px; width: 300px; font-size: 20px; } .singleproperties input { width: 300px; } .singleproperties dd { float:left; } .singleproperties dd .listactions a { margin-top: 10px; } .singleproperties .n.editor { width: 270px; padding: 3px; } -.singleproperties .n.editor input { width: 292px; } +.singleproperties .n.editor input { width: 292px; margin-left: 12px; } .singleproperties .propertycontainer input.value.new { border: 3px solid #1d2d44;} .singleproperties .propertycontainer input.value.error { border: 3px solid red;} .singleproperties .propertycontainer .action {