summaryrefslogtreecommitdiff
path: root/dash
diff options
context:
space:
mode:
Diffstat (limited to 'dash')
-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;
+}