only display site status inside the courseware
This commit is contained in:
@@ -154,6 +154,35 @@ mark {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.site-status {
|
||||
display: none;
|
||||
padding: 10px;
|
||||
background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .0)) $pink;
|
||||
box-shadow: 0 -1px 0 rgba(0, 0, 0, .3) inset;
|
||||
font-size: 14px;
|
||||
|
||||
.white-error-icon {
|
||||
position: relative;
|
||||
top: -4px;
|
||||
float: left;
|
||||
display: block;
|
||||
width: 27px;
|
||||
height: 24px;
|
||||
margin-right: 15px;
|
||||
background: url(../images/large-white-error-icon.png) no-repeat;
|
||||
}
|
||||
|
||||
.inner-wrapper {
|
||||
margin: auto;
|
||||
max-width: 1180px;
|
||||
min-width: 760px;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 1.3;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -132,32 +132,7 @@ img {
|
||||
}
|
||||
|
||||
.site-status {
|
||||
padding: 10px;
|
||||
background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .0)) $pink;
|
||||
box-shadow: 0 -1px 0 rgba(0, 0, 0, .3) inset;
|
||||
font-size: 14px;
|
||||
|
||||
.white-error-icon {
|
||||
position: relative;
|
||||
top: -4px;
|
||||
float: left;
|
||||
display: block;
|
||||
width: 27px;
|
||||
height: 24px;
|
||||
margin-right: 15px;
|
||||
background: url(../images/large-white-error-icon.png) no-repeat;
|
||||
}
|
||||
|
||||
.inner-wrapper {
|
||||
margin: auto;
|
||||
max-width: 1180px;
|
||||
min-width: 760px;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 1.3;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.toast-notification {
|
||||
|
||||
Reference in New Issue
Block a user