diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-08-10 20:03:02 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-09-09 19:47:05 +0000 |
commit | 26ded75be94e60a34a19d06ce4a5fb3185875cd5 (patch) | |
tree | 498efdb8de69d26b37963b301090ca92877e93a2 /install/ui/ipa.css | |
parent | 806a40846b8848ffe2f23e216949d7a8babc5c79 (diff) | |
download | freeipa-26ded75be94e60a34a19d06ce4a5fb3185875cd5.tar.gz freeipa-26ded75be94e60a34a19d06ce4a5fb3185875cd5.tar.xz freeipa-26ded75be94e60a34a19d06ce4a5fb3185875cd5.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.css | 138 |
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; } |