questlab/www/analytics/plugins/Installation/stylesheets/systemCheckPage.less
2016-04-10 18:55:57 +02:00

32 lines
499 B
Text
Executable file

.system-check td:first-child {
width: 40%;
}
.error {
color: red;
font-size: 100%;
font-weight: bold;
border: 2px solid red;
width: 550px;
padding: 20px;
margin-bottom: 10px;
}
.error img {
border: 0;
float: right;
margin: 10px;
}
.system-check .icon-ok {
color: #1AA282;
margin-right: 10px;
}
.system-check .icon-warning {
color: #DF9D27;
margin-right: 10px;
}
.system-check .icon-error {
color: #D73F36;
margin-right: 10px;
}