ldapsaisie/trunk/templates/css/LSformElement_ssh_key.css
Benjamin Renard 22e6e9ad77 - LSformElement :
- Création d'un fichier css pour chacun des types
	- Ajout du type ssh_key
2008-09-09 17:10:55 +00: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;
}