* fix: Avoid numeric IDs on NomCom pages * fix: Correctly group last names with lowercase/i18n parts * Remove some unneeded CSS * fix: Remove extra div closing tag
28 lines
540 B
CSS
28 lines
540 B
CSS
/* TODO: this should use bs5 styling and ideally be integrated into the code */
|
|
|
|
#id_purpose_text {
|
|
height: 100px;
|
|
}
|
|
|
|
#id_body {
|
|
height: 300px;
|
|
}
|
|
|
|
th.sort {
|
|
background-repeat: no-repeat;
|
|
background-position: right center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.noActionTaken, .actionTaken { padding: 2px 5px; }
|
|
.actionTaken { border: 1px solid green; background-color: #ccffbb; }
|
|
.noActionTaken { border: 1px solid red; background-color: #ffccbb; }
|
|
|
|
input[id$='DELETE'] {
|
|
display: none;
|
|
}
|
|
|
|
.liaison-group-col {
|
|
min-width: 10em;
|
|
}
|