26 lines
285 B
CSS
26 lines
285 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-table table
|
|
{
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
}
|