mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Network errors can be handled by the app
This commit is contained in:
14
assets/css/common/network/networkError.css
Normal file
14
assets/css/common/network/networkError.css
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Network error stylesheet
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
#networkErrorMessage {
|
||||
position: fixed;
|
||||
bottom: 2px;
|
||||
left: 1px;
|
||||
width: 300px;
|
||||
max-width: 100%;
|
||||
text-align: justify;
|
||||
}
|
Reference in New Issue
Block a user