Files
redash/client/app/components/queries/ScheduleDialog.css
2019-03-05 11:54:33 +02:00

39 lines
506 B
CSS

.schedule {
width: 449px !important;
margin: 0 auto;
}
.schedule-component {
padding: 5px 0px;
}
.schedule-component > * {
display: inline-block;
}
.schedule-component h5 {
margin-right: 10px;
width: 87px;
text-align: right;
}
.schedule-component > div > *:not(:last-child) {
margin-right: 3px;
}
.schedule-component datepicker {
display: block;
}
.schedule-phrase {
display: inline-block;
}
a.schedule-phrase {
cursor: pointer;
}
.utc {
opacity: 0.4;
margin-left: 10px;
}