ldapsaisie/trunk/css/default/LSformElement_ssh_key.css
Benjamin Renard 92701517d7 - Mise en place d'un système de thèmes individualisant les élements suivants :
-> templates
	-> images
	-> css
- Ajout d'un thème black en plus du thème par défaut
2008-10-09 01:31:33 +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;
}