summaryrefslogtreecommitdiffstats
path: root/app/server-control
diff options
context:
space:
mode:
authorbeccabroek <beccabroek@gmail.com>2018-09-25 09:23:49 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-09-25 19:24:11 +0000
commit3d0a4d96d8f02208e0fb6ad7bfb2d20a6753c5e7 (patch)
tree7eb4fe20383a9feced300da020d0661e8f40cf9a /app/server-control
parentb12f98601e2b08c4605a8d2c1a708b6c80b678a8 (diff)
downloadphosphor-webui-3d0a4d96d8f02208e0fb6ad7bfb2d20a6753c5e7.tar.gz
phosphor-webui-3d0a4d96d8f02208e0fb6ad7bfb2d20a6753c5e7.zip
Resizing SOL console
Makes no changes to how the console currently looks, but makes overriding the css height of the terminal easier. Resolves openbmc/phosphor-webui#8 Change-Id: Ie198462eaf42578c848fe9285c3065ef6e26b1b2 Signed-off-by: beccabroek <beccabroek@gmail.com>
Diffstat (limited to 'app/server-control')
-rw-r--r--app/server-control/styles/remote-console.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/server-control/styles/remote-console.scss b/app/server-control/styles/remote-console.scss
index 41b144d..d9aa40c 100644
--- a/app/server-control/styles/remote-console.scss
+++ b/app/server-control/styles/remote-console.scss
@@ -33,12 +33,14 @@
.terminal-container {
position: relative;
- height: 25em;
width: 100%;
}
.window-terminal-container {
position: relative;
- height: 25em;
max-width: 70em;
}
+
+#terminal{
+ height:25em;
+}
OpenPOWER on IntegriCloud