diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-04-12 17:17:48 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-04-12 17:17:48 -0400 |
| commit | 36acfe536ada307ba028e8de99ae12905642e5fa (patch) | |
| tree | 4949bf964f8e6f996a657a9b63caaf5e228e2349 | |
| parent | e079a930d2797d9e94cc2e1848e4634c43adb6ba (diff) | |
| download | bulletin-36acfe536ada307ba028e8de99ae12905642e5fa.tar.gz | |
Fixed scrollbar on settings page
| -rw-r--r-- | dash/css/dash.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dash/css/dash.css b/dash/css/dash.css index 9d854d1..2a56f8e 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -175,7 +175,7 @@ body { left: 0; right: 0; width: 50%; - padding: 1em 1em 2em 1em; + padding: 1em 1em 1em 1em; box-shadow: 0px 0px 5px rgba(0,0,0,0.75); border-radius: 3px; background-color: #ffffff; @@ -258,7 +258,7 @@ h3 a:hover, h4 a:hover { } #fulljob.fjsettings { margin: 2em auto 0 auto; - height: 520px; + height: 525px; border-radius: 5px; } .fjsettings #fjbody { |
