GUAC-900: Merge client styles.

This commit is contained in:
Michael Jumper
2014-11-06 14:19:07 -08:00
parent 7a697550e4
commit 6223be61f0
2 changed files with 22 additions and 785 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014 Glyptodon LLC
* Copyright (C) 2013 Glyptodon LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -25,6 +25,7 @@ body.client {
font-family: FreeSans, Helvetica, Arial, sans-serif;
padding: 0;
margin: 0;
overflow: hidden;
}
img {
@@ -113,6 +114,15 @@ div.dialog p {
margin: 0;
}
div.main {
overflow: auto;
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
div.displayOuter {
height: 100%;
width: 100%;
@@ -283,11 +293,21 @@ div#viewportClone {
margin-bottom: 0.5em;
}
.dialog .status {
.dialog .status, .dialog .countdown, .dialog .reconnect {
margin: 0;
padding: 0.5em;
font-size: 0.8em;
}
.dialog .reconnect {
display: none;
}
.guac-error .dialog .reconnect {
display: block;
text-align: center;
}
p.hint {
border: 0.25em solid rgba(255, 255, 255, 0.25);