ldapsaisie/src/css/black/LSformElement_image.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

36 lines
769 B
CSS

/*
* LSformElement_image
*/
div.LSformElement_image {
float: right;
clear: both;
margin: 2em;
background-color: #595651;
width: 160px;
padding: 5px;
text-align: center;
-moz-border-radius: 1em;
border-radius: 1em;
}
img.LSformElement_image {
width: 150px;
border: 1px solid #fff;
background-color: #fff;
margin: 5px;
}
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;
}