chrono/chrono/manager/static/css/style.css

76 lines
1.0 KiB
CSS

.occupation-bar {
display: block;
position: absolute;
bottom: 0;
height: 3px;
background: #88e;
transition: max-width 300ms ease-in;
max-width: 0%;
width: 100%;
}
.overbooking .occupation-bar {
background: #e33;
}
li.not-bookable {
opacity: 0.7;
}
li.full {
background: #f8f8fe;
}
li span.identifier {
font-size: 80%;
opacity: 0.6;
}
h2 span.identifier {
font-size: 1rem;
opacity: 0.6;
}
.time-only-picker thead {
display: none;
}
.time-only-picker tbody td {
width: 200px;
}
.timeperiods {
display: flex;
flex-wrap: wrap;
margin-right: -10px;
}
.timeperiods .timeperiod {
flex: 1 0 auto;
width: 18%;
margin-right: 10px;
position: relative;
}
.timeperiods .timeperiod h4 {
margin-top: 0;
}
.timeperiods .timeperiod ul.objects-list {
margin-top: 0;
}
.timeperiods .timeperiod a.add::before {
content: "\f055"; /* plus-circle */
font-family: FontAwesome;
padding-right: 1ex;
}
a.timeperiod-exception-all {
font-style: italic;
}
.link-action-icon.upload::before {
content: "\f093"; /* upload-sign */
}