mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
14 lines
188 B
CSS
14 lines
188 B
CSS
|
/**
|
||
|
* Network error stylesheet
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
#networkErrorMessage {
|
||
|
position: fixed;
|
||
|
bottom: 2px;
|
||
|
left: 1px;
|
||
|
width: 300px;
|
||
|
max-width: 100%;
|
||
|
text-align: justify;
|
||
|
}
|