diff options
Diffstat (limited to 'dash')
| -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; + } |
