summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-10 20:03:02 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-09-09 19:47:51 +0000
commit844ff2075f8c1ce3131a161db9d3fb498b4940e0 (patch)
tree4b7acd0154588c93e483d0c361f1848b8f8c4503 /install/ui/ipa.css
parent290bc6a7682b9744e927b772f8f36f67eb6ff5e5 (diff)
downloadfreeipa-844ff2075f8c1ce3131a161db9d3fb498b4940e0.tar.gz
freeipa-844ff2075f8c1ce3131a161db9d3fb498b4940e0.tar.xz
freeipa-844ff2075f8c1ce3131a161db9d3fb498b4940e0.zip
Fixed layout problem in permission adder dialog.
In order to maintain consistent layout between details page and dialog boxes the IPA.details_list_section has been replaced with IPA.details_table_section which is based on table. The IPA.target_section and other subclasses of IPA.details_list_section have been converted to use IPA.details_table_section as well. The unit tests have been updated accordingly. Ticket #1648
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css138
1 files changed, 23 insertions, 115 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index e341b4112..826126065 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -806,112 +806,46 @@ hr {
line-height: 25px;
}
-.details-section {
- margin-left: 4.5em;
- margin-right: 1.5em;
- margin-top: 1.8em;
- white-space: nowrap;
- padding-bottom: 1.8em;
- padding-right: 1.8em;
+.dialog-section {
+ margin-top: 10px;
}
-.undo {
- cursor:pointer;
+.section-table {
+ width: 100%;
}
-dl.entryattrs {
- clear: both;
- margin-left: 1.5em;
- margin-top: 1.8em;
- white-space: nowrap;
+.section-cell-label {
+ vertical-align: top;
+ width: 120px;
}
-dl.entryattrs dt {
- clear: left;
- float: left;
- padding-bottom: 1.8em;
- padding-right: 1.8em;
- text-align: right;
- width: 16em;
- margin: 0.5em -0.5em 0 -6em;
+.section-cell-field {
}
-dl.entryattrs dd {
- float: left;
+.details-section {
+ margin-top: 1em;
+ margin-left: 4.5em;
+ margin-right: 3.3em;
margin-bottom: 1em;
- margin-left: 0;
- margin-top: 0.5em;
- font-weight: bold;
-}
-
-dl.entryattrs input.otp {
- min-width: 15em;
- width: 15em;
-}
-
-dl.aci-target{
- clear: both;
- margin-left: 2em;
- margin-top: 1.8em;
- white-space: nowrap;
-}
-
-dl.aci-target dt {
- padding-bottom: 1.8em;
- padding-left: 2.8em;
-
- text-align: left;
- width: 16em;
- margin: 0.5em -0.5em 0 -6em;
-}
-
-dl.aci-target dd {
-}
-
-dl.aci-target dd.other {
- margin-left: -1em;
-}
-
-dl.aci-target dd.first {
- margin-left: 8.5em;
- margin-top: -3.7em;
- padding-bottom: 2em;
-
-}
-
-dl.aci-target dd.other {
- padding-left: 0.7em;
-}
-
-
-dl.aci-target input {
-
}
-#group_filter {
- margin-right: 2em;
-}
-
-#aci_by_filter {
- margin-right: 1em;
-}
-
-#aci_by_query {
- margin-right: 1em;
+.details-section .section-table {
+ width: 100%;
+ border-spacing: 12px;
}
-#aci_by_group {
- margin-right: 1em;
+.details-section .section-cell-label {
+ text-align: right;
+ vertical-align: top;
+ width: 120px;
}
-#aci_by_type {
- margin-right: 1em;
- margin-top: 2.2em;
+.details-section .section-cell-field {
+ font-weight: bold;
}
-#aci_attributes_table {
- overflow-x: hidden;
- width: 46em;
+.undo {
+ cursor:pointer;
}
span.attrhint {
@@ -1101,32 +1035,6 @@ table.kerberos-key-status {
background-color: #daa520;
}
-dl.modal {
- clear: both;
- margin-left: 1em;
- margin-top: 1em;
- white-space: nowrap;
-}
-
-dl.modal dt {
- clear: left;
- float: left;
- padding-bottom: 0;
- padding-right: 0;
- text-align: right;
- width: 10em;
-}
-
-dl.modal dd {
- float: left;
- padding-bottom: 0;
- margin-left: 0.8em;
-}
-/*
-#dns-record-type-filter {
- margin: 0 1em 0 0.5em;
-}
-*/
.ui-widget-content {
border:0;
}