1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-03-25 12:30:47 +00:00

15 lines
203 B
CSS
Raw Normal View History

/**
* Network error stylesheet
*
* @author Pierre HUBERT
*/
#networkErrorMessage {
position: fixed;
bottom: 2px;
left: 1px;
width: 300px;
max-width: 100%;
text-align: justify;
2019-05-18 16:50:53 +02:00
z-index: 999;
}