summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2011-11-16 21:07:20 -0600
committerEndi S. Dewata <edewata@redhat.com>2011-12-06 22:08:16 +0000
commit2203bb650ce4730832cb9799be0ea1b855c07170 (patch)
treec0ae64bfe5ff9a39f95ab6cf86720316cf2885a2 /install/ui/ipa.css
parentcaa9d52666e5beb7321dc6c80820eeacca356077 (diff)
downloadfreeipa-2203bb650ce4730832cb9799be0ea1b855c07170.tar.gz
freeipa-2203bb650ce4730832cb9799be0ea1b855c07170.tar.xz
freeipa-2203bb650ce4730832cb9799be0ea1b855c07170.zip
Added HBAC Test page.
This is the initial implementation of HBAC Test page. Currently it can select user, source/target group, service, rules, and execute the test. Other functionalities to be implemented include the search filter, external users/hosts, back/next buttons, validation, styling, and internalization. Ticket #388
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css20
1 files changed, 13 insertions, 7 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index c1391a4ea..76d90166b 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -53,9 +53,11 @@ body {
.network-activity-indicator {
visibility: hidden;
- padding-right: 11px;
- float: right;
- padding-top: 3px;
+ width: 16px;
+ height: 16px;
+ line-height: 16px;
+ margin: 5px 3px;
+ display: inline-block;
}
/* ---- Container ---- */
@@ -233,10 +235,12 @@ body {
}
/* ---- Logged-in As ---- */
-#loggedinas {
+.header-right {
float: right;
+}
+
+.header-loggedinas {
line-height: 34px;
- margin-right: 10px;
color: #fff;
}
@@ -581,6 +585,7 @@ span.main-nav-off > a:visited {
bottom: 0;
height: 30px;
line-height: 30px;
+ padding: 0 6px 0 6px;
}
.right-aligned-facet-controls {
@@ -603,6 +608,7 @@ span.main-nav-off > a:visited {
left: 0;
right: 0;
bottom: 0;
+ margin: 0 12px;
padding: 0;
}
@@ -633,7 +639,6 @@ span.main-nav-off > a:visited {
}
.search-filter {
- float: right;
width: 215px;
-moz-border-radius: 15px !important;
-webkit-border-radius: 15px !important;
@@ -643,7 +648,8 @@ span.main-nav-off > a:visited {
height: 20px;
line-height: 20px;
padding: 0 8px 0;
- margin: 5px 0 5px;
+ margin: 5px;
+ display: inline-block;
}
.search-filter input {