mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 01:00:14 -04:00
39 lines
506 B
CSS
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;
|
|
} |