mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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-buttons {
|
||||
width: 50%;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#text-input-field {
|
||||
width: 30%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#text-input-buttons {
|
||||
width: 70%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@@ -717,7 +718,6 @@ p.hint {
|
||||
margin: 0;
|
||||
padding: 0.25em;
|
||||
padding-left: 0;
|
||||
opacity: 0.75;
|
||||
background: #CDA;
|
||||
|
||||
}
|
||||
@@ -751,6 +751,9 @@ p.hint {
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
padding: 0.25em;
|
||||
max-width: 20%;
|
||||
margin: 0.1em;
|
||||
min-width: 3em;
|
||||
}
|
||||
|
||||
#text-input-buttons button:active,
|
||||
|
Reference in New Issue
Block a user