summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorkylebaker <kylebaker@dhcp-100-2-212.bos.redhat.com>2011-06-21 10:21:14 -0400
committerEndi S. Dewata <edewata@redhat.com>2011-06-23 19:29:50 +0000
commit545ecf94ef2db99edbdc376b39df86fe248eed31 (patch)
tree0e7096f807bf26d5749524681108bc28cdcc25f6 /install/ui/ipa.css
parentd9d00f152267780d8251ee6e935645f397f2c0d7 (diff)
downloadfreeipa-545ecf94ef2db99edbdc376b39df86fe248eed31.tar.gz
freeipa-545ecf94ef2db99edbdc376b39df86fe248eed31.tar.xz
freeipa-545ecf94ef2db99edbdc376b39df86fe248eed31.zip
Tab and spacing on list
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css155
1 files changed, 147 insertions, 8 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 45a17865f..7baa18332 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -431,11 +431,13 @@ div.tabs {
.entity-tabs {
position: absolute;
- height: 40px;
left: 0;
right: 0;
bottom: 0;
z-index: 1; /* need to be above facet header */
+ margin-bottom: -25px;
+ padding-bottom: 11px;
+ border-bottom: 1px solid #C9C3BA;
}
.facet-group {
@@ -466,29 +468,30 @@ div.tabs {
display: inline-block;
height: 25px;
position: relative;
+ padding-right: 5px;
}
.facet-tab li a {
- color: #42454a;
background-color: #dedbde;
- border: 1px solid #c9c3ba;
- border-bottom: none;
+ border-left: 1px solid #c9c3ba;
+ border-right: 1px solid #c9c3ba;
margin: 5px 0 0;
- padding: 0 4px 0;
+ padding: 6px 25px;
text-decoration: none;
display: inline-block;
line-height: 19px;
+ background-image: url("facet-tab_off.png");
}
.facet-tab li a:hover {
background-color: #f1f0ee;
}
.facet-tab li a.selected {
- color: #000;
+ color: #6C6F73;
background-color: #f1f0ee;
font-weight: bold;
- margin: 0;
- padding: 5px 4px 1px;
+ background-image: url("facet-tab_on.png");
+ height: 20px;
}
.facet-tab li.settings {
@@ -717,6 +720,7 @@ hr {
bottom: 32px;
overflow: auto;
border: none;
+ border-top: 1px solid #DFDFDF;
}
.details-summary {
@@ -985,11 +989,146 @@ span.ui-icon-search {
padding: 0 0 2px 6px;
}
+[title="Enroll"] {
+ font-size: 1.3em !important;
+ padding: 0 0 2px 6px;
+}
+
+[title="Update"] {
+ font-size: 1.3em !important;
+ padding: 0 0 2px 6px;
+}
+
+[title="Reset"] {
+ font-size: 1.3em !important;
+ padding: 0 0 2px 6px;
+}
+
[title="Add"] {
font-size: 1.3em !important;
padding: 0 0 2px 22px;
}
+[name="search"] {
+ margin-top: -40px;
+}
+
+[name="details"] {
+ margin-top: 30px;
+ margin-left: 7px;
+ width: 910px;
+}
+
+[name="records"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="maps"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="keys"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="certificates"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="member_role"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="member_privilege"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="memberof_group"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="memberof_privilege"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="memberof_permission"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="memberof_netgroup"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="memberof_hostgroup"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="managedby_host"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="memberof_role"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="member_group"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="member_host"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="member_hostgroup"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="member_netgroup"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="memberhost_host"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="memberhost_hostgroup"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="memberuser_user"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="memberuser_group"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
+[name="member_user"] {
+ margin-top: 30px;
+ margin-left: 7px;
+}
+
span.sub-nav-off > a:link, span.sub-nav-off > a:visited{
color:white;
}