diff options
author | Devaev Maxim <[email protected]> | 2018-07-13 13:26:48 +0000 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-13 13:36:38 +0000 |
commit | 9e1f9ae853a733e0c0178bf1b8e03c6e6db7b2dd (patch) | |
tree | 13d2b816eeeea268b35a57ef279c3daf3287d31e /kvmd/web/css | |
parent | 74fdc7464b9442e126163471d053683d75e9bee3 (diff) |
better ui
Diffstat (limited to 'kvmd/web/css')
-rw-r--r-- | kvmd/web/css/main.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kvmd/web/css/main.css b/kvmd/web/css/main.css index bb26f3cf..bd74ec10 100644 --- a/kvmd/web/css/main.css +++ b/kvmd/web/css/main.css @@ -2,18 +2,17 @@ box-sizing: border-box; display: inline-block; background-color: #e5e5f5; - padding: 1em; - text-align: left; + padding: 10px; } -.stream-box .stream-image { +.stream-image { width: 640px; height: 480px; border: 1px solid grey; - display: inline-block; cursor: wait; } .session-opened { + color: grey; } .session-closed { color: #ff3d40; |