summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorkylebaker <kylebaker@dhcp-100-2-212.bos.redhat.com>2011-06-21 11:58:26 -0400
committerEndi S. Dewata <edewata@redhat.com>2011-06-23 19:30:00 +0000
commit3d9fb938d9ce1ed63619a8f130eba684af35be63 (patch)
tree563de50cdd9573212cb5cc70a9aad7d947e8800d /install/ui/ipa.css
parent545ecf94ef2db99edbdc376b39df86fe248eed31 (diff)
downloadfreeipa-3d9fb938d9ce1ed63619a8f130eba684af35be63.tar.gz
freeipa-3d9fb938d9ce1ed63619a8f130eba684af35be63.tar.xz
freeipa-3d9fb938d9ce1ed63619a8f130eba684af35be63.zip
Facet icon swap and tab sizing
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css32
1 files changed, 31 insertions, 1 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 7baa18332..af27ed5ca 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -1,3 +1,4 @@
+
/* Authors:
* Pavel Zuna <pzuna@redhat.com>
* Adam Young <ayoung@redhat.com>
@@ -162,6 +163,24 @@ body {
margin: -4px 0 0 1px;
}
+.input_link span.update-icon {
+ background: url(update-icon.png);
+ border: none;
+ margin: -4px 0 0 1px;
+}
+
+.input_link span.reset-icon {
+ background: url(reset-icon.png);
+ border: none;
+ margin: -4px 0 0 1px;
+}
+
+.input_link span.enroll-icon {
+ background: url(enroll-icon.png);
+ border: none;
+ margin: -4px 0 0 1px;
+}
+
.ipa-icon {
font-size: 0.7em;
padding-right: 0.3em;
@@ -476,11 +495,12 @@ div.tabs {
border-left: 1px solid #c9c3ba;
border-right: 1px solid #c9c3ba;
margin: 5px 0 0;
- padding: 6px 25px;
+ padding: 6px 16px;
text-decoration: none;
display: inline-block;
line-height: 19px;
background-image: url("facet-tab_off.png");
+ color: #666666;
}
.facet-tab li a:hover {
@@ -1059,6 +1079,16 @@ span.ui-icon-search {
margin-left: 7px;
}
+[name="memberof_hbacrule"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="memberof_sudorule"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
[name="memberof_permission"] {
margin-top: 30px;
margin-left: 7px;