mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
15 lines
203 B
CSS
15 lines
203 B
CSS
/**
|
|
* Network error stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
#networkErrorMessage {
|
|
position: fixed;
|
|
bottom: 2px;
|
|
left: 1px;
|
|
width: 300px;
|
|
max-width: 100%;
|
|
text-align: justify;
|
|
z-index: 999;
|
|
} |