Files
zoneminder/web/skins/classic/css/flat/views/plugin.css
Isaac Connor 82c01479c6 move flat css files into the classic skin.
remove autotools references to the flat skin, add the classic/flat css dirs
remove the flat skin
2014-12-01 15:44:01 -05:00

21 lines
333 B
CSS

#settingsPanel {
float: left;
margin: 0 2px;
}
#pluginSettings {
border-collapse: collapse;
}
#pluginSettings th, #pluginSettings td {
border: 1px solid #7f7fb2;
padding: 3px;
text-align: left;
}
#pluginSettings th[scope=row] {
padding: 4px 3px 3px;
vertical-align: top;
white-space: nowrap;
}