summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-04-27 12:17:13 -0500
committerAdam Young <ayoung@redhat.com>2011-06-13 09:23:29 -0400
commitcb70784e6fd864132d8e6f97e2a5c7d179ef5c0b (patch)
tree52c4fff321ec3d8eba462e6c294aeaf415c44458 /install/ui/ipa.css
parent61cfa343c36383a1a2e12663aec44e9c5692b854 (diff)
downloadfreeipa-cb70784e6fd864132d8e6f97e2a5c7d179ef5c0b.tar.gz
freeipa-cb70784e6fd864132d8e6f97e2a5c7d179ef5c0b.tar.xz
freeipa-cb70784e6fd864132d8e6f97e2a5c7d179ef5c0b.zip
Entitlement status.
A new facet has been added to show entitlement status and download the registration certificate.
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css32
1 files changed, 13 insertions, 19 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index cd7a9c6fe..de49d4ef7 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -101,7 +101,7 @@ body {
}
.input_link {
- padding: .4em 1em .4em 2em;
+ padding: .4em 1em .4em 0em;
text-decoration: none;
position: relative;
cursor: pointer;
@@ -116,20 +116,7 @@ body {
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border: 1px solid #B8B8B8;
- margin: -0.9em 0.4em 0em -0.3em;
- position: absolute;
- left: .2em;
- top: 50%;
-}
-
-.input_link_disabled span.ui-icon {
- -moz-border-radius: 0.3em;
- -webkit-border-radius: 0.3em;
- border: 1px solid #B8B8B8;
- margin: -0.9em 0.4em 0em -0.3em;
- position: absolute;
- left: .2em;
- top: 50%;
+ vertical-align: middle;
}
@@ -507,6 +494,11 @@ div.tabs {
background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dfdfdf));
}
+.facet-controls {
+ position: relative;
+ min-height: 1.8em;
+}
+
.facet-content {
position: absolute;
top: 75px;
@@ -843,11 +835,12 @@ span.attrhint {
}
.ui-icon {
- //background-image: url("ui-icons_222222_256x240.png");
+ /* background-image: url("ui-icons_222222_256x240.png"); */
background-color: #e2e2e2;
+ display: inline-block;
}
.ui-dialog .ui-dialog-content {
- #this should go away once we can fix table scrolling
+ /* this should go away once we can fix table scrolling */
overflow:auto;
}
@@ -1127,6 +1120,7 @@ table.scrollable tbody {
}
.expand-collapse-all {
- float: right;
+ position: absolute;
+ right: 0;
padding-right: 1.5em;
-}
+} \ No newline at end of file