GUACAMOLE-5: Clean up header and dropdown style.

This commit is contained in:
Michael Jumper
2016-07-25 01:54:04 -07:00
parent 8b193ad89a
commit 3484d32302
5 changed files with 11 additions and 7 deletions

View File

@@ -116,6 +116,10 @@ body.client {
}
.client .menu .header h2 {
text-transform: none;
}
.client .user-menu .options li a.disconnect {
background-repeat: no-repeat;
background-size: 1em;

View File

@@ -32,7 +32,7 @@ h2 {
font-size: 1.25em;
font-weight: bold;
text-transform: uppercase;
padding: 0.75em 0.5em;
padding: 0.5em;
margin: 0;
}
@@ -90,7 +90,7 @@ h2 {
.header .filter {
margin: 0;
padding: 0.75em 0.5em;
padding: 0.5em;
}
.header .filter input {

View File

@@ -49,7 +49,7 @@
font-size: 1.25em;
font-weight: bold;
text-transform: uppercase;
padding: 0.75em 0.5em;
padding: 0.5em;
margin: 1em 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);

View File

@@ -65,8 +65,8 @@
cursor: default;
margin: 0;
min-width: 2in;
padding: 0.5em;
padding-right: 2em;
-ms-flex: 0 0 auto;
-moz-box-flex: 0;
@@ -98,7 +98,8 @@
position: absolute;
top: 100%;
right: 0;
left: -1px;
min-width: 100%;
white-space: nowrap;
background: #EEE;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.125);

View File

@@ -48,9 +48,8 @@
.user-menu .menu-dropdown .menu-title {
font-size: 1.25em;
font-weight: bold;
padding: 0.5em 2em;
padding-left: 2em;
background-repeat: no-repeat;
background-size: 1em;