Deon George
d3d7881e3b
All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 33s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m26s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 3m36s
Create Docker Image / Final Docker Image Manifest (push) Successful in 11s
15 lines
370 B
CSS
Vendored
15 lines
370 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;
|
|
border-bottom-right-radius: unset;
|
|
border-top-right-radius: unset;
|
|
width: 9em;
|
|
border: #444054 1px solid;
|
|
background-color: #f0f0f0;
|
|
} |