mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-136: Render Duo field as modal dialog.
This commit is contained in:
@@ -17,6 +17,23 @@
|
|||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
.duo-signature-response-field-container {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
display: table;
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.duo-signature-response-field {
|
||||||
|
width: 100%;
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
.duo-signature-response-field input[type="submit"] {
|
.duo-signature-response-field input[type="submit"] {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
@@ -26,6 +43,9 @@
|
|||||||
max-width: 620px;
|
max-width: 620px;
|
||||||
height: 330px;
|
height: 330px;
|
||||||
border: none;
|
border: none;
|
||||||
|
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
|
||||||
|
display: block;
|
||||||
|
margin: 1.5em auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.duo-signature-response-field iframe {
|
.duo-signature-response-field iframe {
|
||||||
|
@@ -1,4 +1,6 @@
|
|||||||
|
<div class="duo-signature-response-field-container">
|
||||||
<div class="duo-signature-response-field" ng-class="{ loading : !duoInterfaceLoaded }">
|
<div class="duo-signature-response-field" ng-class="{ loading : !duoInterfaceLoaded }">
|
||||||
<iframe></iframe>
|
<iframe></iframe>
|
||||||
<input type="submit">
|
<input type="submit">
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
Reference in New Issue
Block a user