Files
Chamilo/plugin/h5p/cache-h5p/launch/source-markthewords/H5P.JoubelUI-1.3/css/joubel-message-dialog.css
2025-04-10 12:36:07 +02:00

25 lines
478 B
CSS

@CHARSET "UTF-8";
.joubel-message-dialog {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding: .3em;
z-index: 11;
box-sizing: border-box;
-moz-box-sizing: border-box;
border-top: 1px solid #ffcd0d;
background-color: #fcffcc;
text-align: center;
font-size: 0.8em;
}
.joubel-message-dialog:before {
font-family: 'H5PFontAwesome4';
content: '\f05a';
padding-right: .5em;
font-size: 1.3em;
position: relative;
top: 0.1em;
}