Make redbasic css more modular

This commit is contained in:
Stefan Parviainen
2014-12-30 11:32:00 +01:00
parent 0b79445b57
commit 6501c4d93e
6 changed files with 146 additions and 144 deletions

View File

@@ -0,0 +1,32 @@
#group-members {
margin-top: 20px;
padding: 10px;
height: 250px;
overflow: auto;
border: 1px solid #ddd;
}
#group-members-end {
clear: both;
}
#group-separator {
margin-top: 10px;
margin-bottom: 10px;
}
#group-all-contacts {
padding: 10px;
height: 450px;
overflow: auto;
border: 1px solid #ddd;
}
#group-all-contacts-end {
clear: both;
margin-bottom: 10px;
}
#group-edit-desc {
margin-top: 15px;
}