mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-630: Always expand connection parameters to available width, not just within Guacamole menu.
This commit is contained in:
@@ -199,16 +199,3 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#guac-menu #connection-settings .form .fields {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#guac-menu #connection-settings .form .fields .field-header {
|
|
||||||
width: 0;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
#guac-menu #connection-settings .form .fields .form-field {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
@@ -29,6 +29,7 @@
|
|||||||
display: table;
|
display: table;
|
||||||
padding-left: .5em;
|
padding-left: .5em;
|
||||||
border-left: 3px solid rgba(0,0,0,0.125);
|
border-left: 3px solid rgba(0,0,0,0.125);
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.connection-parameters .form .fields .labeled-field {
|
.connection-parameters .form .fields .labeled-field {
|
||||||
@@ -40,8 +41,11 @@
|
|||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding: 0.125em;
|
padding: 0.125em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.connection-parameters .form .fields .field-header {
|
.connection-parameters .form .fields .field-header {
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
|
width: 0;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user