mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUACAMOLE-221: Extend the guacNotification service to support generic parameter prompting.
This commit is contained in:
@@ -100,4 +100,45 @@
|
||||
|
||||
.notification .progress .text {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
.notification .parameters {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.notification .parameters .fields {
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.notification .parameters .fields .labeled-field {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.notification .parameters .fields .field-header,
|
||||
.notification .parameters .fields .form-field {
|
||||
text-align: left;
|
||||
display: table-cell;
|
||||
padding: .125em;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.notification .parameters .fields .field-header {
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
.notification .parameters .fields .field-header {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.notification .parameters .fields .form-field {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.notification .parameters input[type=text],
|
||||
.notification .parameters input[type=email],
|
||||
.notification .parameters input[type=number],
|
||||
.notification .parameters input[type=password],
|
||||
.notification .parameters textarea {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user