Vertically resizable client window
This commit is contained in:
@ -157,9 +157,14 @@ input[type=radio]:checked + label:before {
|
||||
text-align: left;
|
||||
background-color: #111
|
||||
}
|
||||
#client-term-button { position: fixed; bottom: 1vh; }
|
||||
#client { display: block; }
|
||||
.hidden { display: none; }
|
||||
#client-term-entry { width: 100%; height: 5vh; border: 0; border-top: 1px solid white; border-bottom: 1px solid white; background-color: #222; margin: 0; padding:0; resize: none; color: silver; vertical-align: middle;}
|
||||
#client-term-resize {color: lightgrey; text-align: center; width: 100%; background-color: #333; }
|
||||
#client-term-resize i { margin: 0 auto; width: 2vw;}
|
||||
|
||||
|
||||
|
||||
@media only screen and (max-width: 1290px) { #client-tab-desc { display: none; } }
|
||||
@media only screen and (max-width: 900px) { .wvg-navbar { height: 6vh; font-size: 1.25em;} .wvg-controls { width: 65%;} .wvg-navbar li { padding-left: 1vw; padding-right: 2vw; padding-top: 2.0vh;} .wvg-tools span, .select-route-map {width: 95%;}
|
||||
|
Reference in New Issue
Block a user