quattro: group member selection styling

This commit is contained in:
Tobias Diekershoff 2012-02-08 20:47:52 +01:00
parent 9436a9d84b
commit 72c30deb64
2 changed files with 69 additions and 0 deletions

View File

@ -318,7 +318,41 @@ aside {
}
}
#contact-edit-drop-link {
float: right;
margin-right: 20px;
}
/* group member */
.group-delete-wrapper {
float: right;
margin-right: 50px;
}
#group-members {
margin-top: 20px;
padding: 10px;
height: 250px;
overflow: auto;
border: 1px solid #ddd;
}
#group-members-end {
clear: both;
}
#group-all-contacts {
padding: 10px;
height: 450px;
overflow: auto;
border: 1px solid #ddd;
}
#group-all-contacts-end {
clear: both;
margin-bottom: 10px;
}
.contact-block-div {
float: left;
width: 52px;
height: 52px;
}
/* widget */
.widget {
margin-bottom: 2em;
@ -962,3 +996,4 @@ footer { height: 100px; display: table-row; }
margin-top: 25px;
clear: both;
}

View File

@ -564,6 +564,40 @@ aside #profiles-menu {
widht: 48px;
height: 58px;
}
#contact-edit-drop-link {
float: right;
margin-right: 20px;
}
/* group member */
.group-delete-wrapper {
float: right;
margin-right: 50px;
}
#group-members {
margin-top: 20px;
padding: 10px;
height: 250px;
overflow: auto;
border: 1px solid #ddd;
}
#group-members-end {
clear: both;
}
#group-all-contacts {
padding: 10px;
height: 450px;
overflow: auto;
border: 1px solid #ddd;
}
#group-all-contacts-end {
clear: both;
margin-bottom: 10px;
}
.contact-block-div {
float: left;
width: 52px;
height: 52px;
}
/* widget */
.widget {
margin-bottom: 2em;