datatracker/ietf/static/css/liaisons.css
Lars Eggert de7ff7e84e
test: fix more validation issues (#3975)
* 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
2022-05-18 10:58:39 -05:00

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;
}