Fix portrait/landscape buttons clickable area

This commit is contained in:
jlhonora
2015-09-28 10:39:37 -03:00
parent ae449a631a
commit ad7c99bb75
2 changed files with 6 additions and 3 deletions

View File

@@ -183,7 +183,6 @@ device-screen input {
.stf-device-control .kick-device {
color: #9c9c9c;
margin-left: 25px;
}
.stf-device-control .kick-device:hover {
@@ -269,6 +268,10 @@ device-screen input {
width: 12px;
}
.dropdown-menu > li > a.stf-device-control {
margin-left: 7px;
}
.no-transition {
-webkit-transition: none !important;
-moz-transition: none !important;