summaryrefslogtreecommitdiffstats
path: root/app/server-control/styles
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-07-27 15:37:14 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2017-10-09 13:23:20 -0500
commit6bd0f26361bd98f52c8115e290b06ab84d5388b4 (patch)
treec8c4245b5e0eceba232430d73927bd41709d3e70 /app/server-control/styles
parent68f929d1b1405c46f7cdfe3e7b231ec286a0fdca (diff)
downloadphosphor-webui-6bd0f26361bd98f52c8115e290b06ab84d5388b4.tar.gz
phosphor-webui-6bd0f26361bd98f52c8115e290b06ab84d5388b4.zip
design changes for serial over lan and added header copy for page based on user feedback.
Change-Id: I1c740af47f7d4b2f26f433aa3d9e1243d53b39ef Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/server-control/styles')
-rw-r--r--app/server-control/styles/remote-console.scss17
1 files changed, 9 insertions, 8 deletions
diff --git a/app/server-control/styles/remote-console.scss b/app/server-control/styles/remote-console.scss
index dd8778d..2ef3779 100644
--- a/app/server-control/styles/remote-console.scss
+++ b/app/server-control/styles/remote-console.scss
@@ -1,13 +1,13 @@
.serial-lan__wrapper {
- background: $lightgrey;
- border: 1px solid $medgrey;
- padding: 2.5em 2.5em 5em 2.5em;
.btn-export {
margin: 1.8em 0 1.8em 2em;
}
}
+.serial-lan__copy {
+ padding: 1em 0;
+}
.serial-lan__terminal {
position: relative;
width: 101%; //extra 1% to fix redraw issue with terminal window
@@ -16,13 +16,14 @@
overflow: scroll;
}
-.serial-lan__copy {
- padding: 2.5em 2.5em 1em;
-}
-
.serial-lan__actions {
float: right;
- a {
+ .btn-pop-out,
+ .btn-export {
text-decoration: none;
+ font-size: .9em;
+ &:visited {
+ color: $black;
+ }
}
} \ No newline at end of file
OpenPOWER on IntegriCloud