From 900f8097315a987c297f8a974c0546daed4614b5 Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Sun, 28 Feb 2016 22:31:19 +0100 Subject: [PATCH] fix modal view styl --- nodejs/public/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodejs/public/stylesheets/style.css b/nodejs/public/stylesheets/style.css index cab715f..6042d41 100644 --- a/nodejs/public/stylesheets/style.css +++ b/nodejs/public/stylesheets/style.css @@ -84,6 +84,10 @@ nav li img { background-color: #c4124d; } +.ng-modal form button, .ng-modal form { + margin-bottom: 0; +} + /* Modal */ .ng-modal { width: 85% !important;