aboutsummaryrefslogtreecommitdiffstats
path: root/src/static
diff options
context:
space:
mode:
authorSawyer Bergeron <sawyerbergeron@gmail.com>2019-01-03 12:51:51 -0500
committerSawyer Bergeron <sawyerbergeron@gmail.com>2019-01-03 12:51:51 -0500
commit733c993bfad197922881e86a09a9e09b89de5e30 (patch)
tree9c7a5bc75ad5ae32729d33967c7cb4bd56ddccba /src/static
parentfdf6f46f9c548c8e3748f32840d3af2cb3335271 (diff)
Disable Edit Buttons
Edit buttons are currently not functional due to major changes in how the workflow works, so this commit disables them for the time being to avoid confusion Change-Id: I62dddbc25267e9da55c503b48fed4f05cea97c22 Signed-off-by: Sawyer Bergeron <sawyerbergeron@gmail.com>
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/detail_view.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/css/detail_view.css b/src/static/css/detail_view.css
index b0e271d..89d0867 100644
--- a/src/static/css/detail_view.css
+++ b/src/static/css/detail_view.css
@@ -3,6 +3,7 @@
border-color: black;
border-radius: 5px;
margin: 5px;
+ padding: 5px;
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}