zoneminder/web/skins/classic/css/base/views/frame.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
164 B
CSS
Raw Normal View History

#scaleControl {
float: right;
}
2014-01-22 22:24:06 +08:00
#controls {
width: 80%;
text-align: center;
margin: 0 auto;
display: flex;
justify-content: space-between;
2014-01-22 22:24:06 +08:00
}