diff options
| author | garbash <dor.garbash@gmail.com> | 2015-05-19 13:05:59 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-05-19 13:05:59 +0300 |
| commit | 1224df773b03079727303f0f9873b7b26cb16831 (patch) | |
| tree | 75ffb8ff031326f040b71a3a84fe70f5b88ddae4 /res/client/css/style.css | |
| parent | fc15a327e2290d08b6f154f35068f7f1c54080f9 (diff) | |
Fixes issue #542
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index caf65922..da347b4e 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -471,16 +471,17 @@ body.debug .debug-ui-right { opacity: 0.5; } .info-container { + margin-top: 85px; + margin-bottom: 20px; + position: absolute; + max-height: 300px; background-color: white; border-top: 6px solid #363636; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.55); overflow-y: auto; padding: 12px 10px; - position: absolute; right: 10px; - top: 120px; width: 300px; - bottom: 160px; box-sizing: border-box; } .info-container textarea { |
