86 lines
1.0 KiB
CSS
Executable File
86 lines
1.0 KiB
CSS
Executable File
#left-div {
|
|
position: absolute;
|
|
left: 0;
|
|
height: calc(96% - 105px);
|
|
width: 49%;
|
|
}
|
|
#right-div {
|
|
position: absolute;
|
|
left: 50%;
|
|
height: calc(96% - 105px);
|
|
width: 49%;
|
|
}
|
|
|
|
#groups-field {
|
|
height: 49%;
|
|
width: 98%;
|
|
}
|
|
#groups-field-only {
|
|
height: 100%;
|
|
width: 98%;
|
|
}
|
|
|
|
#groups-top {
|
|
height: 5%;
|
|
}
|
|
#groups-list {
|
|
height: 89%;
|
|
border: 1px solid #ccc;
|
|
overflow-y: scroll;
|
|
}
|
|
#groups-list-select {
|
|
height: 92%;
|
|
}
|
|
#groups-list-select select{
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
#users-field {
|
|
height: 49%;
|
|
width: 98%;
|
|
}
|
|
#users-top {
|
|
height: 8%;
|
|
}
|
|
#users-list {
|
|
height: 89%;
|
|
}
|
|
|
|
#users-field select {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
/* Right side */
|
|
|
|
#group-field {
|
|
height: 100%;
|
|
width: 98%;
|
|
}
|
|
#group-head {
|
|
height: 10%;
|
|
width: 100%;
|
|
}
|
|
#group-head div {
|
|
background-color: #ccc;
|
|
padding: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
#group-body {
|
|
height: 87%;
|
|
width: 100%;
|
|
}
|
|
#group-body select {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.right{
|
|
float: right;
|
|
}
|
|
.left{
|
|
float: left;
|
|
}
|
|
|