summaryrefslogtreecommitdiff
path: root/dash/css
diff options
context:
space:
mode:
authorcflem <carson.fl3ming@gmail.com>2016-12-29 21:45:28 -0700
committercflem <carson.fl3ming@gmail.com>2016-12-29 21:45:28 -0700
commit4943eca3f1d72f3e053e5b86689662febbe9dd70 (patch)
tree93d58550fffd6ab0e509ef0f000e229c3a37053c /dash/css
parent9f8cd28e7959619e846d2ec449aa189f25ae1034 (diff)
downloadbulletin-4943eca3f1d72f3e053e5b86689662febbe9dd70.tar.gz
Began to style ads.php
Diffstat (limited to 'dash/css')
-rw-r--r--dash/css/dash.css8
1 files changed, 8 insertions, 0 deletions
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;
+}