summaryrefslogtreecommitdiffstats
path: root/install/ui/less
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-02-14 19:22:22 +0100
committerPetr Vobornik <pvoborni@redhat.com>2014-04-15 12:41:53 +0200
commitcb486136dbf86d52e75e1684d4876fd46c44aa22 (patch)
tree72fea7cd7521c6d2606ef88e910c6da66b80ebf0 /install/ui/less
parenta1c25122788ec7d9d7953db840ca6067f979432d (diff)
downloadfreeipa-cb486136dbf86d52e75e1684d4876fd46c44aa22.tar.gz
freeipa-cb486136dbf86d52e75e1684d4876fd46c44aa22.tar.xz
freeipa-cb486136dbf86d52e75e1684d4876fd46c44aa22.zip
webui: load page
Load page is a simple facet which is displayed up to 'runtime' phase. On application start it tells the user that there is ongoing activity. https://fedorahosted.org/freeipa/ticket/3903 Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
Diffstat (limited to 'install/ui/less')
-rw-r--r--install/ui/less/brand.less18
-rw-r--r--install/ui/less/plugins/load_page.less1
2 files changed, 19 insertions, 0 deletions
diff --git a/install/ui/less/brand.less b/install/ui/less/brand.less
index 72270a254..37c845ba6 100644
--- a/install/ui/less/brand.less
+++ b/install/ui/less/brand.less
@@ -29,4 +29,22 @@
// FreeIPA uses logo with height: 20px instead of 10px.
padding: 2px 0;
}
+}
+
+body {
+ background-color: #1D2226;
+ background-image: url("../images/login-screen-background.jpg");
+ background-position: top left;
+ background-size: auto;
+ background-repeat: no-repeat;
+}
+
+@media (min-width: 1280px) {
+ body {
+ background-size: 100% auto;
+ }
+}
+
+#container {
+ background-color: white;
} \ No newline at end of file
diff --git a/install/ui/less/plugins/load_page.less b/install/ui/less/plugins/load_page.less
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/install/ui/less/plugins/load_page.less
@@ -0,0 +1 @@
+