Fix Association adder dialog styling

https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
Petr Vobornik 2013-10-18 18:04:58 +02:00 committed by Martin Kosek
parent ca59f3c365
commit 2817bb5651

View File

@ -825,8 +825,7 @@ table.scrollable tbody {
.adder-dialog { .adder-dialog {
position: relative; position: relative;
width: 100%; height: 350px;
height: 100%;
} }
.adder-dialog-top { .adder-dialog-top {
@ -842,6 +841,11 @@ table.scrollable tbody {
width: 244px; width: 244px;
} }
.adder-dialog-top .network-activity-indicator img,
.adder-dialog-top button {
margin-top: -10px;
}
.adder-dialog-left { .adder-dialog-left {
position: absolute; position: absolute;
top: 3.5em; top: 3.5em;
@ -863,6 +867,10 @@ table.scrollable tbody {
height: 100%; height: 100%;
} }
.adder-dialog table.scrollable thead {
display: table-header-group;
}
.adder-dialog tbody { .adder-dialog tbody {
position: absolute; position: absolute;
bottom: 32px; bottom: 32px;
@ -879,6 +887,7 @@ table.scrollable tbody {
height: 1.5em; height: 1.5em;
line-height: 1.5em; line-height: 1.5em;
padding: 0.2em 1em; padding: 0.2em 1em;
font-weight: 700;
} }
.adder-dialog-content { .adder-dialog-content {
@ -900,7 +909,7 @@ table.scrollable tbody {
} }
.adder-dialog-with-external .adder-dialog-available { .adder-dialog-with-external .adder-dialog-available {
bottom: 4em; bottom: 5em;
} }
.adder-dialog-selected { .adder-dialog-selected {
@ -914,11 +923,16 @@ table.scrollable tbody {
} }
.adder-dialog-buttons { .adder-dialog-buttons {
padding-top: 10em; width: 60px;
width: 100%;
text-align: center; text-align: center;
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
top: 10em;
} }
.adder-dialog-buttons .button { .adder-dialog-buttons .button {
position: relative; position: relative;
} }
@ -939,7 +953,7 @@ table.scrollable tbody {
border: none; border: none;
position: absolute; position: absolute;
left: 0; left: 0;
bottom: 0; bottom: 3em;
right: 3em; right: 3em;
height: 4em; height: 4em;
} }