2021-12-10 22:39:09 +11:00
|
|
|
img.jpegphoto {
|
|
|
|
display:block;
|
|
|
|
max-width:100px;
|
|
|
|
height:100px;
|
2025-01-17 17:00:36 +11:00
|
|
|
}
|
|
|
|
|
|
|
|
/** 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;
|
2025-01-18 16:42:03 +11:00
|
|
|
width: 9em;
|
2025-01-17 17:00:36 +11:00
|
|
|
border: #444054 1px solid;
|
|
|
|
background-color: #f0f0f0;
|
2021-12-10 22:39:09 +11:00
|
|
|
}
|