final #1788
This commit is contained in:
parent
63974f6ab5
commit
0c6fd16dcc
@ -1,3 +1,3 @@
|
||||
<div class="connection-error">
|
||||
<i class="icon-warning-sign"></i> Sorry no internet connection!
|
||||
<div class="connection-error-image"></div>
|
||||
</div>
|
||||
@ -2872,7 +2872,17 @@ h1.about-header {
|
||||
z-index:1000;
|
||||
position:absolute;
|
||||
background:#FFF;
|
||||
padding-top: 10px;
|
||||
text-align: center;
|
||||
display:none;
|
||||
background: #fff9ea;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.connection-error-image {
|
||||
background: url(../images/ui-error-connection.png) no-repeat;
|
||||
width: 267px;
|
||||
height: 386px;
|
||||
background-size: 100%;
|
||||
margin: 0 auto;
|
||||
margin-top: 20%;
|
||||
}
|
||||
BIN
www/assets/images/ui-error-connection.png
Normal file
BIN
www/assets/images/ui-error-connection.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
Loading…
x
Reference in New Issue
Block a user