mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-09 15:18:50 -04:00
17 lines
222 B
CSS
17 lines
222 B
CSS
#scaleControl {
|
|
float: right;
|
|
}
|
|
|
|
#controls {
|
|
width: 80%;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#controls a {
|
|
width: 40px;
|
|
margin-left: -20px;
|
|
}
|