From f2fec1f19a183623f4027153f0b1aaf09103cae2 Mon Sep 17 00:00:00 2001 From: cflem Date: Thu, 29 Dec 2016 21:48:25 -0700 Subject: Style ads.php --- dash/css/dash.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/dash/css/dash.css b/dash/css/dash.css index b860d69..de83447 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -160,9 +160,17 @@ body { } #fulljob { margin: 2em auto 2em auto; - width: 512px; - height: 512px; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + width: 50%; + height: 90%; padding: 1em; box-shadow: 0px 0px 5px rgba(0,0,0,0.75); border-radius: 3px; + background-color: #ffffff; + overflow-y: hidden; + } -- cgit v1.2.3