summaryrefslogtreecommitdiffstats
path: root/install/ui/less
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-06-10 16:16:57 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-15 09:59:50 +0200
commit5e5df4abf037161d9c9d9fd5e6051f861dff4bd1 (patch)
treebf5d46b0034485360f24f169fd58c16c9d791c32 /install/ui/less
parentf4dd2446cd8b2c2a814c7bcb95415eb186b0a70f (diff)
downloadfreeipa-5e5df4abf037161d9c9d9fd5e6051f861dff4bd1.tar.gz
freeipa-5e5df4abf037161d9c9d9fd5e6051f861dff4bd1.tar.xz
freeipa-5e5df4abf037161d9c9d9fd5e6051f861dff4bd1.zip
Extend caacl entity
There is new checkbox in adding new caacl which can set whether the ACL applies on all CAs or not. Also there is a new table with CAs on which is current ACL applied. User can add and remove CAs from this table. Part of: https://fedorahosted.org/freeipa/ticket/5939 Reviewed-By: Fraser Tweedale <ftweedal@redhat.com> Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/ui/less')
-rw-r--r--install/ui/less/widgets.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/install/ui/less/widgets.less b/install/ui/less/widgets.less
index 0f9bc8c17..56a310462 100644
--- a/install/ui/less/widgets.less
+++ b/install/ui/less/widgets.less
@@ -188,3 +188,10 @@ tbody:empty { display: none; }
font-weight: bold;
}
}
+
+/**
+ * Moves message next to the rule radio button to the right in caacl plugin.
+ */
+.rule-radio-note {
+ float: right;
+}