From aff1f0053ff3c1d1e5a7d6a4534859aac58b43ae Mon Sep 17 00:00:00 2001 From: Jan ten Bokkel <> Date: Thu, 2 Jan 2014 14:05:49 +0100 Subject: [PATCH] Fixed groups selectbox margin. Additional fix for owncloud/#326. --- css/contacts.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/contacts.css b/css/contacts.css index db536416..8ffe9aa9 100644 --- a/css/contacts.css +++ b/css/contacts.css @@ -677,7 +677,6 @@ fieldset.adr ul li input.label { margin-top: -4px !important; } width: auto; max-width: 120px; height: 22px; - margin-left: 50px; font-weight: normal; color: black; border: 0; @@ -687,7 +686,8 @@ fieldset.adr ul li input.label { margin-top: -4px !important; } text-indent: 0.01px; text-overflow: ''; } -#contactsHeader select .sort { +#contactsHeader select.sort { + margin-left: 50px; opacity: 1; color: rgb(153, 153, 153); }