summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorEvelyn <evy_mcr@outlook.com>2015-09-20 13:53:53 -0500
committerEvelyn <evy_mcr@outlook.com>2015-09-20 13:53:53 -0500
commit9c350b60e87a58e4fcf748fe3c9bc1baa5c04655 (patch)
treec4fd007e20381daa16ce57ee4f4fcdc8fb8dca2e /app/assets/stylesheets
parent3e8771097ab7392560fdf07a85c011c23098fd1e (diff)
adding ability to disable/enable users by admin
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/application.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 9cd3a55..bb40129 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -26,3 +26,7 @@
// import custom scss, content to be set in deployment.
//
@import "tail";
+
+.modal-footer form{
+ margin: 0;
+}