mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-932: Restyle login page and general UI.
This commit is contained in:
@@ -94,17 +94,9 @@
|
|||||||
margin: 1em auto;
|
margin: 1em auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu h3 {
|
#menu h2 {
|
||||||
|
|
||||||
background: rgba(0, 0, 0, 0.4);
|
|
||||||
|
|
||||||
padding: 0.25em 0.5em;
|
padding: 0.25em 0.5em;
|
||||||
margin: 0;
|
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
|
||||||
color: white;
|
|
||||||
font-weight: bold;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu #keyboard-settings .figure {
|
#menu #keyboard-settings .figure {
|
||||||
|
@@ -40,15 +40,13 @@
|
|||||||
|
|
||||||
<!-- Menu -->
|
<!-- Menu -->
|
||||||
<div ng-class="{open: menuShown}" id="menu">
|
<div ng-class="{open: menuShown}" id="menu">
|
||||||
<h2 id="menu-title">{{connectionName}}</h2>
|
<h2>{{'client.clipboard' | translate}}</h2>
|
||||||
|
|
||||||
<h3>{{'client.clipboard' | translate}}</h3>
|
|
||||||
<div class="content" id="clipboard-settings">
|
<div class="content" id="clipboard-settings">
|
||||||
<p class="description">{{'client.copiedText' | translate}}</p>
|
<p class="description">{{'client.copiedText' | translate}}</p>
|
||||||
<textarea ng-model="clipboardData" rows="10" cols="40" id="clipboard"></textarea>
|
<textarea ng-model="clipboardData" rows="10" cols="40" id="clipboard"></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3></h3>
|
<h2>{{'client.inputMethod' | translate}}</h2>
|
||||||
<div class="content" id="keyboard-settings">
|
<div class="content" id="keyboard-settings">
|
||||||
|
|
||||||
<!-- No IME -->
|
<!-- No IME -->
|
||||||
@@ -72,7 +70,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>{{'client.mouseMode' | translate}}</h3>
|
<h2>{{'client.mouseMode' | translate}}</h2>
|
||||||
<div class="content" id="mouse-settings">
|
<div class="content" id="mouse-settings">
|
||||||
<p class="description">{{'client.mouseModeDesc' | translate}}</p>
|
<p class="description">{{'client.mouseModeDesc' | translate}}</p>
|
||||||
|
|
||||||
@@ -96,7 +94,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>{{'client.display' | translate}}</h3>
|
<h2>{{'client.display' | translate}}</h2>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div id="zoom-settings">
|
<div id="zoom-settings">
|
||||||
<div ng-click="zoomOut()" id="zoom-out"><img src="images/settings/zoom-out.png" alt="-"/></div>
|
<div ng-click="zoomOut()" id="zoom-out"><img src="images/settings/zoom-out.png" alt="-"/></div>
|
||||||
|
@@ -33,6 +33,7 @@ input[type="submit"], button, a.button {
|
|||||||
text-shadow: -1px -1px rgba(0, 0, 0, 0.3);
|
text-shadow: -1px -1px rgba(0, 0, 0, 0.3);
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-family: Carlito, FreeSans, Helvetica, Arial, sans-serif;
|
||||||
|
|
||||||
padding: 0.35em 1em;
|
padding: 0.35em 1em;
|
||||||
min-width: 5em;
|
min-width: 5em;
|
||||||
|
@@ -72,11 +72,11 @@
|
|||||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125);
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status.error {
|
.status.error {
|
||||||
background: #FDD;
|
background: #FDD;
|
||||||
border: 1px solid #964040;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.status > * {
|
.status > * {
|
||||||
|
@@ -34,10 +34,6 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="submit"], button {
|
|
||||||
font-family: Carlito, FreeSans, Helvetica, Arial, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border: none;
|
border: none;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
@@ -42,7 +42,8 @@ div.login-dialog {
|
|||||||
-moz-animation: fadein 0.125s linear;
|
-moz-animation: fadein 0.125s linear;
|
||||||
-webkit-animation: fadein 0.125s linear;
|
-webkit-animation: fadein 0.125s linear;
|
||||||
|
|
||||||
max-width: 75%;
|
width: 100%;
|
||||||
|
max-width: 3in;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.25);
|
border: 1px solid rgba(0, 0, 0, 0.25);
|
||||||
|
@@ -26,10 +26,13 @@
|
|||||||
-moz-border-radius: 0.2em;
|
-moz-border-radius: 0.2em;
|
||||||
-webkit-border-radius: 0.2em;
|
-webkit-border-radius: 0.2em;
|
||||||
-khtml-border-radius: 0.2em;
|
-khtml-border-radius: 0.2em;
|
||||||
|
font-family: Carlito, FreeSans, Helvetica, Arial, sans-serif;
|
||||||
border-radius: 0.2em;
|
border-radius: 0.2em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
|
padding: 0.5em 0.75em;
|
||||||
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="submit"].login {
|
input[type="submit"].login {
|
||||||
|
Reference in New Issue
Block a user