mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-5: Clean up header and dropdown style.
This commit is contained in:
@@ -116,6 +116,10 @@ body.client {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.client .menu .header h2 {
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
|
|
||||||
.client .user-menu .options li a.disconnect {
|
.client .user-menu .options li a.disconnect {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 1em;
|
background-size: 1em;
|
||||||
|
@@ -32,7 +32,7 @@ h2 {
|
|||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding: 0.75em 0.5em;
|
padding: 0.5em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -90,7 +90,7 @@ h2 {
|
|||||||
|
|
||||||
.header .filter {
|
.header .filter {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.75em 0.5em;
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header .filter input {
|
.header .filter input {
|
||||||
|
@@ -49,7 +49,7 @@
|
|||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding: 0.75em 0.5em;
|
padding: 0.5em;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
|
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
|
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
|
||||||
|
@@ -65,8 +65,8 @@
|
|||||||
|
|
||||||
cursor: default;
|
cursor: default;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
min-width: 2in;
|
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
padding-right: 2em;
|
||||||
|
|
||||||
-ms-flex: 0 0 auto;
|
-ms-flex: 0 0 auto;
|
||||||
-moz-box-flex: 0;
|
-moz-box-flex: 0;
|
||||||
@@ -98,7 +98,8 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 100%;
|
top: 100%;
|
||||||
right: 0;
|
right: 0;
|
||||||
left: -1px;
|
min-width: 100%;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
background: #EEE;
|
background: #EEE;
|
||||||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.125);
|
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.125);
|
||||||
|
@@ -48,9 +48,8 @@
|
|||||||
|
|
||||||
.user-menu .menu-dropdown .menu-title {
|
.user-menu .menu-dropdown .menu-title {
|
||||||
|
|
||||||
font-size: 1.25em;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 0.5em 2em;
|
padding-left: 2em;
|
||||||
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 1em;
|
background-size: 1em;
|
||||||
|
Reference in New Issue
Block a user