1
0
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:
Thomas Tanghus 2013-09-11 02:04:08 +02:00
parent 6435ec0393
commit b0fd4b72e3

View File

@ -116,12 +116,17 @@
}
#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 {
content: '+';
font-weight: bold;
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:not([data-type="shared"]):not(.editing):hover .action.numcontacts,