summaryrefslogtreecommitdiffstats
path: root/install/ui/less/widgets.less
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-02-12 18:57:41 +0100
committerPetr Vobornik <pvoborni@redhat.com>2014-04-15 12:41:53 +0200
commit0c8b04699b35ea48b897bcd3419a94dd90a07c5d (patch)
treea2ce44e9b9ddbdef3359930c9f09b3cb8c2fecec /install/ui/less/widgets.less
parentcb486136dbf86d52e75e1684d4876fd46c44aa22 (diff)
downloadfreeipa-0c8b04699b35ea48b897bcd3419a94dd90a07c5d.tar.gz
freeipa-0c8b04699b35ea48b897bcd3419a94dd90a07c5d.tar.xz
freeipa-0c8b04699b35ea48b897bcd3419a94dd90a07c5d.zip
webui: validation summary widget
A widget which aggregates warnings and errors and shows them on one place. https://fedorahosted.org/freeipa/ticket/3903 Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
Diffstat (limited to 'install/ui/less/widgets.less')
-rw-r--r--install/ui/less/widgets.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/install/ui/less/widgets.less b/install/ui/less/widgets.less
index f76c043c8..65dee7efe 100644
--- a/install/ui/less/widgets.less
+++ b/install/ui/less/widgets.less
@@ -29,3 +29,8 @@
max-height: 0;
padding: 0 20px;
}
+
+.validation-summary {
+ font-weight: bold;
+ font-size: 110%;
+}