mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 07:28:01 +00:00
ea92fc7de7
- bugfix on lower - delay between 0-60 minutes - action buttons in dropdown - added button for toggling element visibility - several css and code cleanups - renamed settingsAPI
25 lines
344 B
CSS
25 lines
344 B
CSS
.title,
|
|
.titleUnderlined {
|
|
padding-left: 1em;
|
|
font-size: 0.8em;
|
|
color: #aaa;
|
|
display: inline-block;
|
|
width: 6em;
|
|
cursor: default;
|
|
}
|
|
|
|
.titleUnderlined {
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.35);
|
|
}
|
|
|
|
.block {
|
|
display: 'block';
|
|
overflow: hidden;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.inline {
|
|
display: inline;
|
|
width: max-content;
|
|
}
|