mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-24 22:18:54 -05:00
remove autotools references to the flat skin, add the classic/flat css dirs remove the flat skin
25 lines
375 B
CSS
25 lines
375 B
CSS
input.small {
|
|
width: 6em;
|
|
}
|
|
|
|
input.medium {
|
|
width: 9em;
|
|
}
|
|
|
|
input.large {
|
|
width: 20em;
|
|
}
|
|
|
|
#contentTable.optionTable th, #contentTable.optionTable td {
|
|
vertical-align: top;
|
|
}
|
|
|
|
#contentTable.userTable th, #contentTable.userTable td {
|
|
text-align: center;
|
|
}
|
|
|
|
#contentTable.userTable .colMonitor, #contentTable.userTable .colUsername {
|
|
text-align: left;
|
|
}
|
|
|