113 lines
1.3 KiB
CSS
113 lines
1.3 KiB
CSS
.conference-list-body {
|
|
height: 500px;
|
|
}
|
|
|
|
.conference-item {
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.form-check {
|
|
padding: 0;
|
|
}
|
|
|
|
.form-check input {
|
|
margin: 10px;
|
|
}
|
|
|
|
|
|
|
|
.col-lg-12 a {
|
|
position: absolute;
|
|
font-size: smaller;
|
|
}
|
|
|
|
.col-lg-12 a img {
|
|
width: 36px;
|
|
height: 33px;
|
|
}
|
|
|
|
.form-group textarea {
|
|
min-height: 206px;
|
|
max-height: 463px;
|
|
}
|
|
|
|
|
|
.deadline-list {
|
|
height: 200px;
|
|
padding: 0px;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.deadline {
|
|
margin: 0;
|
|
}
|
|
|
|
.deadline-text {
|
|
flex: 1;
|
|
}
|
|
|
|
.member-list {
|
|
height: 200px;
|
|
padding: 0px;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.member {
|
|
margin: 0;
|
|
}
|
|
|
|
.paper-list {
|
|
height: 200px;
|
|
padding: 0px;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.paper {
|
|
margin: 0;
|
|
}
|
|
|
|
.paper-name {
|
|
flex: 1;
|
|
}
|
|
|
|
.paper-name span {
|
|
margin: 6px 15px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.icon {
|
|
width: 38px;
|
|
height: 38px;
|
|
padding: 2px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.icon-delete {
|
|
background-color: #f44;
|
|
}
|
|
|
|
.icon-paper {
|
|
height: 26px;
|
|
width: 26px;
|
|
float: right;
|
|
margin: 5px;
|
|
}
|
|
|
|
.grey-border {
|
|
color: #495057;
|
|
background-clip: padding-box;
|
|
border: 1px solid #ced4da;
|
|
border-radius: .25rem;
|
|
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
|
|
}
|
|
|
|
#add-paper {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#cancel-button {
|
|
position: relative;
|
|
font-size: 1rem;
|
|
}
|