23 lines
282 B
CSS
23 lines
282 B
CSS
|
|
.caldav-conf-section
|
||
|
|
{
|
||
|
|
margin-bottom: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.caldav-conf-section-label
|
||
|
|
{
|
||
|
|
margin-left: 16px;
|
||
|
|
display: block;
|
||
|
|
font-weight: bold;
|
||
|
|
text-transform: capitalize;
|
||
|
|
}
|
||
|
|
|
||
|
|
.caldav-conf-section-value
|
||
|
|
{
|
||
|
|
margin-left: 32px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.caldav-conf-section-value-regular
|
||
|
|
{
|
||
|
|
font-family: monospace;
|
||
|
|
}
|