1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00

Fixed groups selectbox margin. Additional fix for owncloud/#326.

This commit is contained in:
Jan ten Bokkel 2014-01-02 14:05:49 +01:00
parent 1c7ccfdc92
commit aff1f0053f

View File

@ -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);
}