mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 07:28:01 +00:00
0f26be3c17
small improvements in app style - fade in splash screen - notifications without sound - change header style - non selectable text app wide - change logo - lock button more accessible - link to help - tooltip on collapse delay - tooltip on private / public event toggle
20 lines
261 B
CSS
20 lines
261 B
CSS
.title {
|
|
padding-left: 1em;
|
|
font-size: 0.75em;
|
|
color: #aaa;
|
|
display: inline-block;
|
|
width: 6em;
|
|
}
|
|
|
|
.block {
|
|
display: 'block';
|
|
overflow: hidden;
|
|
}
|
|
|
|
.inline {
|
|
display: inline;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|