ldapsaisie/src/css/default/LSformElement_ssh_key.css
Benjamin Renard 7098b3ee79 Massive change of files organisation to move all files outside web-root
The web-root directory now contains URL rewrite stuff. All PHP & static files are
in root src directory and are served via LSurl routes.
2020-05-06 12:17:35 +02:00

23 lines
477 B
CSS

/*
* LSformElement_ssh_key
*/
.LSformElement_ssh_key_value {
display: none;
width: 30em;
font-style: italic;
font-family: courier;
background-color: #b5e4f6;
border: 1px solid #ccc;
overflow: auto;
}
.LSformElement_ssh_key_short_display {
font-style: italic;
font-family: courier;
cursor: pointer;
}
textarea.LSformElement_ssh_key {
height: 10em;
}