GUACAMOLE-55: Improve styling of copied images.

This commit is contained in:
Michael Jumper
2016-06-23 00:39:27 -07:00
parent 8c5446127b
commit 17e97e4311
2 changed files with 3 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
.clipboard .image-clipboard { .clipboard .image-clipboard {
text-align: center; text-align: center;
padding: 1em;
} }
.clipboard .image-clipboard .reset-button { .clipboard .image-clipboard .reset-button {
@@ -48,4 +49,6 @@
.clipboard .image-clipboard img { .clipboard .image-clipboard img {
max-width: 100%; max-width: 100%;
max-height: 480px; max-height: 480px;
border: 1px solid black;
background: url('images/checker.png');
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B