1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-01-23 23:31:00 +00:00
ComunicWeb/assets/css/common/network/networkError.css

14 lines
188 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;
}