mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Align Add buttons.
This commit is contained in:
parent
6435ec0393
commit
b0fd4b72e3
@ -116,12 +116,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#grouplist { z-index: 100; }
|
#grouplist { z-index: 100; }
|
||||||
#grouplist .oc-addnew-init { padding: 0 16px; }
|
#grouplist .oc-addnew-init, #grouplist .add-contact {
|
||||||
|
padding-top: 5px;
|
||||||
|
}
|
||||||
|
#grouplist .oc-addnew-init {
|
||||||
|
padding: 0 12px;
|
||||||
|
}
|
||||||
#grouplist .add-contact:before {
|
#grouplist .add-contact:before {
|
||||||
content: '+';
|
content: '+';
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 180%;
|
font-size: 180%;
|
||||||
padding-right: 5px;
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
#grouplist li .action:not(.starred):not(.checked):not(.favorite):not([class^="add-"]) { display: none; padding: 0; }
|
#grouplist li .action:not(.starred):not(.checked):not(.favorite):not([class^="add-"]) { display: none; padding: 0; }
|
||||||
#grouplist li:not([data-type="shared"]):not(.editing):hover .action.numcontacts,
|
#grouplist li:not([data-type="shared"]):not(.editing):hover .action.numcontacts,
|
||||||
|
Loading…
Reference in New Issue
Block a user