30 lines
700 B
CSS
Vendored
30 lines
700 B
CSS
Vendored
img.jpegphoto {
|
|
display:block;
|
|
max-width:100px;
|
|
height:100px;
|
|
}
|
|
|
|
/** ensure our userpassword has select is next to the password input */
|
|
div#userPassword .select2-container--bootstrap-5 .select2-selection {
|
|
font-size: inherit;
|
|
width: 9em;
|
|
border: #444054 1px solid;
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
.input-group:first-child .select2-container--bootstrap-5 .select2-selection {
|
|
border-bottom-right-radius: unset;
|
|
border-top-right-radius: unset;
|
|
}
|
|
|
|
div#objectClass .input-group-end:not(input.form-control) {
|
|
position: absolute;
|
|
right: 1em;
|
|
top: 0.5em;
|
|
z-index: 5;
|
|
}
|
|
|
|
input.form-control.input-group-end {
|
|
border-bottom-right-radius: 4px !important;
|
|
border-top-right-radius: 4px !important;
|
|
} |