Fixed padding in device control buttons.

This commit is contained in:
Gunther Brunner
2014-05-23 19:33:00 +09:00
parent 9d57e36e09
commit 7a87f2170a
2 changed files with 9 additions and 1 deletions

View File

@@ -170,3 +170,11 @@ device-screen textarea {
min-height: 10px;
text-align: center;
}
.stf-vnc-right-buttons {
margin-top: 6px;
}
.stf-vnc-right-buttons .button-spacer {
width: 12px;
}