Add resource teaxtarea css styling for ssh-identity

refs #7595
This commit is contained in:
Alexander Fuhr 2015-05-28 10:45:57 +02:00
parent bf21f55656
commit b2e61a2ebd
1 changed files with 7 additions and 0 deletions

View File

@ -215,6 +215,13 @@ textarea {
height: 4em;
}
textarea.resource {
&.ssh-identity {
width: 50%;
height: 25em;
}
}
form .description {
font-size: 0.8em;
margin: 0.3em 0 0 0.6em;