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

@@ -15,7 +15,7 @@
i(ng-show='showScreen', tooltip-html-unsafe='{{"Hide Screen"|translate}}', tooltip-placement='bottom').fa.fa-eye
i(ng-show='!showScreen', tooltip-html-unsafe='{{"Show Screen"|translate}}', tooltip-placement='bottom').fa.fa-eye-slash
.device-name-container(dropdown)
.device-name-container.pull-left(dropdown)
a.stf-vnc-device-name.pointer.unselectable(dropdown-toggle)
p
.device-small-image
@@ -25,7 +25,7 @@
ul.dropdown-menu(role='menu', data-toggle='dropdown', ng-show='groupDevices.length > 0').pointer.unselectable
li(ng-repeat='groupDevice in groupDevices')
a(ng-click='controlDevice(groupDevice); $event.stopPropagation()')
a.stf-device-control(ng-click='controlDevice(groupDevice); $event.stopPropagation()')
.pull-left
.device-small-image
img(ng-src='/static/app/devices/icon/x24/{{ groupDevice.image || "E30HT.jpg" }}')