summaryrefslogtreecommitdiffstats
path: root/install/ui/less/widgets.less
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-04-22 10:31:07 +0200
committerPetr Vobornik <pvoborni@redhat.com>2016-06-29 15:41:58 +0200
commit3d61aca6237852908e0857f9e28ed9c7243b7a3e (patch)
tree8045fa08e879c55930d7acdb5b01a14fc37f7270 /install/ui/less/widgets.less
parentf243bd2d6564dd35ab5d506578f5d1d2ccb99b2f (diff)
downloadfreeipa-3d61aca6237852908e0857f9e28ed9c7243b7a3e.tar.gz
freeipa-3d61aca6237852908e0857f9e28ed9c7243b7a3e.tar.xz
freeipa-3d61aca6237852908e0857f9e28ed9c7243b7a3e.zip
Add working widget
This widget can be used as notification that some other widget is working. It shows spinner and cover the other widget by specified color. https://fedorahosted.org/freeipa/ticket/5381 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/ui/less/widgets.less')
-rw-r--r--install/ui/less/widgets.less14
1 files changed, 14 insertions, 0 deletions
diff --git a/install/ui/less/widgets.less b/install/ui/less/widgets.less
index 9ee79b9cb..616db9bc5 100644
--- a/install/ui/less/widgets.less
+++ b/install/ui/less/widgets.less
@@ -143,6 +143,20 @@
}
}
+// Working widget
+
+.working-widget {
+ position: absolute;
+ display: none;
+ justify-content: center;
+ width: 100%;
+ height: 100%;
+ .spinner {
+ align-self: center;
+ }
+}
+
+
// workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=409254
tbody:empty { display: none; }