mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
1829fa2c15
https://fedorahosted.org/freeipa/ticket/4278 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
26 lines
352 B
Plaintext
26 lines
352 B
Plaintext
//
|
|
// For config pages in /install/html/ and /install/migration/
|
|
//
|
|
|
|
.info-page .navbar-header {
|
|
line-height: 40px;
|
|
}
|
|
|
|
.browser-config {
|
|
|
|
h2 {
|
|
margin-top: 1.5em;
|
|
}
|
|
|
|
.disabled {
|
|
color: #969696;
|
|
}
|
|
}
|
|
|
|
.ssbrowser {
|
|
h2 > img {
|
|
height: 22px;
|
|
vertical-align: bottom;
|
|
margin-right: 0.5em;
|
|
}
|
|
} |