tfp
Version:
A Web UI framework for TaskBuilder
20 lines • 408 B
CSS
.tfp-dep,.tfp-user,.tfp-role {
background-color: #222;
border: 1px solid #999;
}
.tfp-dep input,.tfp-user input,.tfp-role input {
width: calc(100% - 30px);
height: 30px;
border: 0;
outline: 0;
line-height: 30px;
padding-left: 3px;
padding-right: 3px;
}
.tfp-dep img,.tfp-user img,.tfp-role img {
float: right;
margin-top: 5px;
margin-right: 3px;
width: 20px;
height: 20px;
}