frontend-dali/source/style/widgets.css
Fenris Wolf 454d3ab589 [int]
2024-10-10 23:00:51 +02:00

73 lines
795 B
CSS

.sources
{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 0.75em;
}
.sources-entry
{
margin: 8px;
padding: 4px;
cursor: pointer;
}
.weekview-controls
{
margin-bottom: 12px;
text-align: center;
}
.weekview-control
{
margin: 0 12px;
}
.weekview-table table
{
width: 100%;
border-collapse: collapse;
}
.listview-entries
{
padding: 0;
margin: 0;
list-style-type: none;
}
.listview-entry
{
background: hsl(0,0%,25%);
padding: 12px;
border-radius: 4px;
margin: 12px;
cursor: pointer;
}
.listview-entry-name
{
font-weight: bold;
font-size: 1.25em;
}
.listview-entry-label
{
font-weight: bold;
}
.listview-entry-label::before
{
content: "[";
}
.listview-entry-label::after
{
content: "] ";
}
.listview-entry-field:not(:last-child)
{
margin-bottom: 16px;
}