diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-10-18 18:04:58 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-01-21 12:04:03 +0100 |
commit | 2817bb5651ca432558e6acd25425695a91927d22 (patch) | |
tree | b551686d431895c78072996d40857a7dab1d3d20 /install/ui/ipa.css | |
parent | ca59f3c365a07605cfcdfcf1375440483a73d442 (diff) | |
download | freeipa.git-2817bb5651ca432558e6acd25425695a91927d22.tar.gz freeipa.git-2817bb5651ca432558e6acd25425695a91927d22.tar.xz freeipa.git-2817bb5651ca432558e6acd25425695a91927d22.zip |
Fix Association adder dialog styling
https://fedorahosted.org/freeipa/ticket/3904
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r-- | install/ui/ipa.css | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 0314bd9b..ea515f34 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -825,8 +825,7 @@ table.scrollable tbody { .adder-dialog { position: relative; - width: 100%; - height: 100%; + height: 350px; } .adder-dialog-top { @@ -842,6 +841,11 @@ table.scrollable tbody { width: 244px; } +.adder-dialog-top .network-activity-indicator img, +.adder-dialog-top button { + margin-top: -10px; +} + .adder-dialog-left { position: absolute; top: 3.5em; @@ -863,6 +867,10 @@ table.scrollable tbody { height: 100%; } +.adder-dialog table.scrollable thead { + display: table-header-group; +} + .adder-dialog tbody { position: absolute; bottom: 32px; @@ -879,6 +887,7 @@ table.scrollable tbody { height: 1.5em; line-height: 1.5em; padding: 0.2em 1em; + font-weight: 700; } .adder-dialog-content { @@ -900,7 +909,7 @@ table.scrollable tbody { } .adder-dialog-with-external .adder-dialog-available { - bottom: 4em; + bottom: 5em; } .adder-dialog-selected { @@ -914,11 +923,16 @@ table.scrollable tbody { } .adder-dialog-buttons { - padding-top: 10em; - width: 100%; + width: 60px; text-align: center; + margin: 0 auto; + position: absolute; + left: 0; + right: 0; + top: 10em; } + .adder-dialog-buttons .button { position: relative; } @@ -939,7 +953,7 @@ table.scrollable tbody { border: none; position: absolute; left: 0; - bottom: 0; + bottom: 3em; right: 3em; height: 4em; } |