mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUAC-700: Reduce size of buttons. Provide more space in text input button div vs. typing area.
This commit is contained in:
@@ -687,17 +687,18 @@ p.hint {
|
|||||||
|
|
||||||
#text-input-field,
|
#text-input-field,
|
||||||
#text-input-buttons {
|
#text-input-buttons {
|
||||||
width: 50%;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#text-input-field {
|
#text-input-field {
|
||||||
|
width: 30%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#text-input-buttons {
|
#text-input-buttons {
|
||||||
|
width: 70%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -717,7 +718,6 @@ p.hint {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.25em;
|
padding: 0.25em;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
opacity: 0.75;
|
|
||||||
background: #CDA;
|
background: #CDA;
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -751,6 +751,9 @@ p.hint {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
padding: 0.25em;
|
padding: 0.25em;
|
||||||
|
max-width: 20%;
|
||||||
|
margin: 0.1em;
|
||||||
|
min-width: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#text-input-buttons button:active,
|
#text-input-buttons button:active,
|
||||||
|
Reference in New Issue
Block a user