diff options
| author | cflem <carson.fl3ming@gmail.com> | 2016-12-29 21:48:25 -0700 |
|---|---|---|
| committer | cflem <carson.fl3ming@gmail.com> | 2016-12-29 21:48:25 -0700 |
| commit | f2fec1f19a183623f4027153f0b1aaf09103cae2 (patch) | |
| tree | 2bd41232b3d3b43cd894e0fa62371d0d057f49d7 | |
| parent | 4943eca3f1d72f3e053e5b86689662febbe9dd70 (diff) | |
| download | bulletin-f2fec1f19a183623f4027153f0b1aaf09103cae2.tar.gz | |
Style ads.php
| -rw-r--r-- | dash/css/dash.css | 12 |
1 files 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; + } |
