File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -574,13 +574,6 @@ html[lang|="ko"] i {
574574 font-style : normal;
575575}
576576
577- /* Prevent buttons from jumping up and down
578- when a tooltip is shown for one of them. */
579- .btn-group-vertical > .tooltip + .btn ,
580- .btn-group-vertical > .tooltip + .btn-group {
581- margin-top : -1px ;
582- }
583-
584577.select-on-click {
585578 -webkit-user-select : all;
586579 user-select : all;
Original file line number Diff line number Diff line change 1414 < input ng-if ="editingDeviceNew() " name ="deviceID " id ="deviceID " class ="form-control text-monospace " type ="text " ng-model ="currentDevice.deviceID " required ="" valid-deviceid list ="discovery-list " aria-required ="true " />
1515 < div ng-if ="!editingDeviceNew() " class ="well well-sm form-control text-monospace " style ="height: auto; " select-on-click > {{currentDevice.deviceID}}</ div >
1616 < div id ="shareDeviceIdButtons " class ="input-group-btn ">
17- < button type ="button " class ="btn btn-default " ng-click ="copyToClipboard($event, currentDevice.deviceID) " ng-disabled ="editingDeviceNew() && !deviceEditor.deviceID.$valid " tooltip data-original-title ="{{ 'Copy' | translate }} ">
17+ < button data-container =" body " type ="button " class ="btn btn-default " ng-click ="copyToClipboard($event, currentDevice.deviceID) " ng-disabled ="editingDeviceNew() && !deviceEditor.deviceID.$valid " tooltip data-original-title ="{{ 'Copy' | translate }} ">
1818 < span class ="fa fa-lg fa-clone "> </ span >
1919 </ button >
20- < button type ="button " class ="btn btn-default " ng-click ="shareDeviceIdDialog('email') " ng-disabled ="editingDeviceNew() && !deviceEditor.deviceID.$valid " tooltip data-original-title ="{{ 'Share by Email' | translate }} ">
20+ < button data-container =" body " type ="button " class ="btn btn-default " ng-click ="shareDeviceIdDialog('email') " ng-disabled ="editingDeviceNew() && !deviceEditor.deviceID.$valid " tooltip data-original-title ="{{ 'Share by Email' | translate }} ">
2121 < span class ="fa fa-lg fa-envelope-o "> </ span >
2222 </ button >
23- < button type ="button " class ="btn btn-default " ng-click ="shareDeviceIdDialog('sms') " ng-disabled ="editingDeviceNew() && !deviceEditor.deviceID.$valid " tooltip data-original-title ="{{ 'Share by SMS' | translate }} ">
23+ < button data-container =" body " type ="button " class ="btn btn-default " ng-click ="shareDeviceIdDialog('sms') " ng-disabled ="editingDeviceNew() && !deviceEditor.deviceID.$valid " tooltip data-original-title ="{{ 'Share by SMS' | translate }} ">
2424 < span class ="fa fa-lg fa-comments-o "> </ span >
2525 </ button >
26- < button type ="button " class ="btn btn-default " data-toggle ="modal " data-target ="#idqr " ng-disabled ="editingDeviceNew() && !deviceEditor.deviceID.$valid " tooltip data-original-title ="{{ 'Show QR' | translate }} ">
26+ < button data-container =" body " type ="button " class ="btn btn-default " data-toggle ="modal " data-target ="#idqr " ng-disabled ="editingDeviceNew() && !deviceEditor.deviceID.$valid " tooltip data-original-title ="{{ 'Show QR' | translate }} ">
2727 < span class ="fa fa-lg fa-qrcode "> </ span >
2828 </ button >
2929 </ div >
You can’t perform that action at this time.
0 commit comments