From 1bf4c75e8bfd32160ee7316c492ddc436f673f37 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Wed, 30 Mar 2016 23:38:26 +0200 Subject: Show individual sql schema migration steps during upgrade - on web as well as on the command line --- core/css/update.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 core/css/update.css (limited to 'core/css/update.css') diff --git a/core/css/update.css b/core/css/update.css new file mode 100644 index 00000000000..34b78a4fa98 --- /dev/null +++ b/core/css/update.css @@ -0,0 +1,9 @@ +#update-progress-icon { + height: 32px; + margin: 10px; + background-size: 32px; +} + +#update-progress-message { + margin-bottom: 10px; +} \ No newline at end of file -- cgit v1.2.3