summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam@sotk.co.uk>2015-09-26 16:29:18 +0100
committerAdam Coldrick <adam@sotk.co.uk>2015-09-28 20:24:04 +0100
commit033d462b5b942defb291bb37f3c641c531349617 (patch)
tree023a6b3aec62b2d713eeecef3fe038c80a18d29f
parent6b72d2c28155544ce14bd7232eea199a5141c949 (diff)
downloadciat-ui-033d462b5b942defb291bb37f3c641c531349617.tar.gz
Style update
-rw-r--r--style.css18
1 files changed, 12 insertions, 6 deletions
diff --git a/style.css b/style.css
index 71dc528..6f0fb10 100644
--- a/style.css
+++ b/style.css
@@ -1,7 +1,10 @@
+
+
html,body {
margin: 0;
padding: 0;
overflow-x: hidden;
+ height: 100%;
}
body {
@@ -16,7 +19,7 @@ h1 {
border-bottom: 2px solid #f80;
padding: 2.1em 1.5em 0.1em 1.5em;
box-shadow: inset 0 0 60px 10px #111;
- margin: 0 -1em 0 -1em;
+ margin: 0 -1em -1em -1em;
position: relative;
top: -2em;
}
@@ -33,7 +36,7 @@ h1>span {
.box {
color: black;
- float: left;
+ display: inline-block;
padding: 1em;
margin: 1.4em;
box-shadow:6px 6px 10px 2px #111;
@@ -65,9 +68,12 @@ h1>span {
100%{box-shadow:0 0 0 5px #444, 0 0 0 14px rgba(255, 255, 78, 0 ),6px 6px 10px 2px #111}
}
-.visualisation {
- margin-left: auto;
- margin-right: auto;
- display: table;
+.visulisation {
+ font-size: 90%;
+ position: absolute;
+ text-align: center;
+ overflow: auto;
+ width: 100%;
+ top: 45%;
}