summaryrefslogtreecommitdiffstats
path: root/install/static/ipa.css
diff options
context:
space:
mode:
authorPavel Zuna <pzuna@redhat.com>2011-01-04 15:21:18 -0500
committerAdam Young <ayoung@redhat.com>2011-01-04 21:56:38 -0500
commit2f2c67cb59f1a797e6f2e0b033cb480489c0df0b (patch)
tree4dbc3df041b8a1893887f67048fa7f8cf7774e2e /install/static/ipa.css
parentd6d579ead469e0b4690d6d1eec0f137dd3c40940 (diff)
downloadfreeipa-2f2c67cb59f1a797e6f2e0b033cb480489c0df0b.tar.gz
freeipa-2f2c67cb59f1a797e6f2e0b033cb480489c0df0b.tar.xz
freeipa-2f2c67cb59f1a797e6f2e0b033cb480489c0df0b.zip
Improvements to enrollments in the webUI.
TAKE 1 - Enrollement links in the action panel are now sorted by relationships. - You can only enroll members. (The webUI made the impression you can enroll parents as well, but it was broken.) - When enrolling new members, you can choose not to display already enrolled ones. (On by default.) - Couple cosmetic changes.
Diffstat (limited to 'install/static/ipa.css')
-rw-r--r--install/static/ipa.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/install/static/ipa.css b/install/static/ipa.css
index f5c4ee742..42625ec7e 100644
--- a/install/static/ipa.css
+++ b/install/static/ipa.css
@@ -485,6 +485,14 @@ span.main-separator{
text-transform: none;
}
+.action-panel li.entity-facet-relation-label {
+ font-family: "FreeWayBold", "Liberation Sans", Arial, Sans;
+ color: #333333;
+ cursor: default;
+ text-transform: uppercase;
+ font-size: 1.2em;
+}
+
.action-button {
background: none;
background-image:none;
@@ -687,4 +695,4 @@ table.scrollable tbody {
bottom: 0px;
width: 250px;
height: 40px;
-} \ No newline at end of file
+}