From 8aeffcf5fe57a3ef4895ac2ff5724d9533092a5a Mon Sep 17 00:00:00 2001 From: zeroth Date: Wed, 27 Nov 2019 12:39:37 +0000 Subject: [PATCH] css --- static/css/main.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index a4754d2..a4a67c0 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -10,7 +10,7 @@ body{ .main-column-left { - padding: 2em 1em; + padding: 1.7em 0em; float: left; width: 50%; background: red; @@ -74,6 +74,12 @@ a.librarian-names:hover, a.file-names:hover { color: white; } +#listofpeople{ + border: lime 1px solid; + position: fixed; + width: 50%; + padding: 0em; +} .file-names-container { /* IE 9 */ @@ -81,7 +87,15 @@ a.librarian-names:hover, a.file-names:hover { /* Safari */ -webkit-transform: rotate(-90deg) translate(-78%, 0%); /* Standard syntax */ - transform: rotate(-90deg) translate(-80%, 0%); + transform: rotate(-90deg) translate(-0%, 0%); transform-origin: top left; + border:blue 1px solid; + height: 47em; +width: 30em; +overflow-y: scroll; +overflow-x: hidden; +position: absolute; +left: 0%; +top:100%; }