From 9c350b60e87a58e4fcf748fe3c9bc1baa5c04655 Mon Sep 17 00:00:00 2001 From: Evelyn Date: Sun, 20 Sep 2015 13:53:53 -0500 Subject: adding ability to disable/enable users by admin --- app/assets/stylesheets/application.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/assets/stylesheets') 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; +} -- cgit v1.2.3 From 5da852740580ba0e48dbab04c43750de843bf131 Mon Sep 17 00:00:00 2001 From: EvyW Date: Tue, 22 Sep 2015 15:27:13 -0500 Subject: Update leap.scss --- app/assets/stylesheets/leap.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss index dddcc1a..9fe2195 100644 --- a/app/assets/stylesheets/leap.scss +++ b/app/assets/stylesheets/leap.scss @@ -307,3 +307,6 @@ html, body { margin: 0 2px; } } +.modal-footer form{ + margin: 0; +} -- cgit v1.2.3 From 9616fb4386729cd65612af1c90b2f19369482b01 Mon Sep 17 00:00:00 2001 From: EvyW Date: Mon, 28 Sep 2015 10:26:07 -0500 Subject: changes style sheets removed the three last lines --- app/assets/stylesheets/application.scss | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index bb40129..9cd3a55 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -26,7 +26,3 @@ // import custom scss, content to be set in deployment. // @import "tail"; - -.modal-footer form{ - margin: 0; -} -- cgit v1.2.3