From 85614dff20a23c850696e486d5f6131503d4ad27 Mon Sep 17 00:00:00 2001 From: fschneider Date: Thu, 20 Aug 2015 10:25:18 +0200 Subject: Before: Back to Center Positioning with Bootstrap --- pdf-as-web/src/main/webapp/assets/css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pdf-as-web/src/main/webapp/assets/css') diff --git a/pdf-as-web/src/main/webapp/assets/css/style.css b/pdf-as-web/src/main/webapp/assets/css/style.css index 989355ef..facb268a 100644 --- a/pdf-as-web/src/main/webapp/assets/css/style.css +++ b/pdf-as-web/src/main/webapp/assets/css/style.css @@ -710,10 +710,15 @@ footer { } #navBar { - margin-left: 37.5%; + margin-left: 37.5%; + } } +body.wait, body.wait *{ + cursor: wait !important; +} + #DropContainer { -- cgit v1.2.3