2016-10-27 02:43:23 +08:00
|
|
|
#scaleControl {
|
|
|
|
float: right;
|
|
|
|
}
|
2017-11-22 11:49:27 +08:00
|
|
|
|
2015-07-23 20:12:32 +08:00
|
|
|
#controls {
|
|
|
|
width: 80%;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 auto;
|
2017-11-22 11:49:27 +08:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2015-07-23 20:12:32 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#controls a {
|
|
|
|
width: 40px;
|
|
|
|
margin-left: -20px;
|
|
|
|
}
|