comunic/assets/css/warning_update.css
2016-11-19 12:08:12 +01:00

17 lines
352 B
CSS
Executable File

/* Fichier d'avertissement d'éventuels problèmes dûes à une mise à jour
(c) Comunic 2013 - 2015 */
#alert_last_update {
height: 320px;
background-color: #C0C0C0;
width: 500px;
position: fixed;
top: 0px;
left: 0px;
visibility: hidden;
z-index: 4;
}
#alert_last_update .close {
margin: auto;
width: 61px;
}