mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-13 05:53:03 +01:00
34 lines
742 B
CSS
34 lines
742 B
CSS
/*
|
|
* LSformElement_image
|
|
*/
|
|
div.LSformElement_image {
|
|
float: right;
|
|
clear: both;
|
|
margin: 2em;
|
|
background-color: #0072B8;
|
|
width: 160px;
|
|
padding: 5px;
|
|
text-align: center;
|
|
-moz-border-radius: 1em;
|
|
}
|
|
|
|
img.LSformElement_image {
|
|
width: 150px;
|
|
border: 1px solid #fff;
|
|
margin: 5px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
div.LSformElement_image_errors {
|
|
background-color: #f59a67;
|
|
}
|
|
|
|
ul.LSformElement_image_actions {
|
|
list-style-type: none;
|
|
position: absolute;
|
|
margin-top: 8px;
|
|
margin-left: 135px;
|
|
padding: 0;
|
|
visibility: hidden;
|
|
cursor: pointer;
|
|
}
|