mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-31 12:13:04 -04:00
20 lines
237 B
CSS
20 lines
237 B
CSS
input {
|
|
margin-top: 6px;
|
|
}
|
|
|
|
#contentTable th, #contentTable td {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#exportProgress {
|
|
margin: 8px auto 4px;
|
|
}
|
|
|
|
#downloadLink {
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.export_options .form-group {
|
|
text-align: right;
|
|
}
|