From 78b086b03354dacda20b30648ffc8972664f0ee9 Mon Sep 17 00:00:00 2001 From: Johan Brandhorst Date: Sat, 3 Mar 2018 13:48:13 +0000 Subject: [PATCH] Fix typos in staticman.css This was preventing the file from applying rules. --- static/css/staticman.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/static/css/staticman.css b/static/css/staticman.css index 29250e8..082c7f0 100644 --- a/static/css/staticman.css +++ b/static/css/staticman.css @@ -74,13 +74,12 @@ margin-left: -150px; margin-top: -150px; min-height: 0; - height: 30% + height: 30%; z-index: 9999; - padding: 0.5rem; - border: 1px solid rgba(0,0,0,0.25); - background-color: rgba(220,220,220,0.9); - height: 10em; - + padding: 0.5rem; + border: 1px solid rgba(0,0,0,0.25); + background-color: rgba(220,220,220,0.9); + height: 10em; } form--loading:before {