13 lines
214 B
CSS
13 lines
214 B
CSS
|
#security-externalpassword label {
|
||
|
display: inline-block;
|
||
|
width: 12rem;
|
||
|
}
|
||
|
|
||
|
#security-externalpassword input[type=text] {
|
||
|
width: 30rem;
|
||
|
}
|
||
|
|
||
|
#security-externalpassword input[type=text].small {
|
||
|
width: 12rem;
|
||
|
}
|