From 4943eca3f1d72f3e053e5b86689662febbe9dd70 Mon Sep 17 00:00:00 2001 From: cflem Date: Thu, 29 Dec 2016 21:45:28 -0700 Subject: Began to style ads.php --- dash/css/dash.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dash/css') diff --git a/dash/css/dash.css b/dash/css/dash.css index d46f352..b860d69 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -158,3 +158,11 @@ body { background-image: url('../img/x_hover.png'); cursor: pointer; } +#fulljob { + margin: 2em auto 2em auto; + width: 512px; + height: 512px; + padding: 1em; + box-shadow: 0px 0px 5px rgba(0,0,0,0.75); + border-radius: 3px; +} -- cgit v1.2.3