Skip to content

Commit 575df56

Browse files
author
Marius Burkard
committed
Fixed loading indicator (missing css/img), fixed #4018
1 parent 58b8f2b commit 575df56

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed
3.13 KB
Loading

interface/web/themes/default/assets/stylesheets/ispconfig.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,4 +694,17 @@ span.flag-zw {background-position:0 -5435px}
694694
.input-group-field:last-child {
695695
border-top-left-radius:0;
696696
border-bottom-left-radius:0;
697+
}
698+
699+
#ajaxloader {
700+
position: absolute;
701+
width: 325px;
702+
height: 150px;
703+
background: #ffffff url('../images/ajax-loader.gif') no-repeat center center;
704+
border: solid 2px #e1e1e1;
705+
border-radius: 10px;
706+
/*background: rgba(255, 255, 255, 0.85);*/
707+
padding: 20px;
708+
text-align:center;
709+
z-index: 100;
697710
}

0 commit comments

Comments
 (0)