summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorPetr Voborník <pvoborni@redhat.com>2012-02-06 14:52:09 +0100
committerPetr Voborník <pvoborni@redhat.com>2012-02-15 09:23:05 +0100
commiteb87b8c31931e682cbb927896d1d60a0266e1263 (patch)
tree0fc668d7d2c3304f64df005468834ca614712de1 /install/ui/ipa.css
parent651f9324735d0680c6a56246616932459e15b99d (diff)
downloadfreeipa.git-eb87b8c31931e682cbb927896d1d60a0266e1263.tar.gz
freeipa.git-eb87b8c31931e682cbb927896d1d60a0266e1263.tar.xz
freeipa.git-eb87b8c31931e682cbb927896d1d60a0266e1263.zip
UI support for ssh keys
To user and host details pages was added ipasshpubkey attribute. New widget for ssh public keys was created. https://fedorahosted.org/freeipa/ticket/2340
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 94ae1f77..992e44d0 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -1251,11 +1251,11 @@ table.scrollable tbody {
width: 250px;
}
-.multivalued-text-widget [name=value] {
+.multivalued-widget [name=value] {
margin-bottom: 1em;
}
-.multivalued-text-widget input {
+.multivalued-widget input {
width: 250px;
}
@@ -1487,6 +1487,11 @@ div.entity[name=hbactest] div.facet[name=run_test] .hbac-test-content {
font-weight: normal;
}
+/* --- SSH key store --- */
+
+span.sshkey-status, a.sshkey-set {
+ padding-right: 5px;
+}
/* --- Automember --- */
.automember-header {