2014-11-17 23:44:18 +01:00
|
|
|
li.status-info {
|
|
|
|
color: #5BC0DE;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.status-warning {
|
|
|
|
color: #D9534F;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.status-danger {
|
|
|
|
color: #D9534F;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.status-success {
|
|
|
|
color: #5CB85C;
|
|
|
|
}
|
|
|
|
|
|
|
|
img#status-loading {
|
|
|
|
display: none;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
img#save-loading {
|
|
|
|
display: none;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#status {
|
|
|
|
display: none;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#status ul {
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2014-11-18 21:26:05 +01:00
|
|
|
|
|
|
|
div#github {
|
|
|
|
margin: -10px 0 20px 20px;
|
|
|
|
background: url(../img/github.png) no-repeat 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#github a {
|
|
|
|
margin-left: 17px;
|
|
|
|
}
|
2014-12-26 18:58:58 +01:00
|
|
|
|
|
|
|
div#saveconfirmation {
|
|
|
|
display: none;
|
|
|
|
padding-right: 15px;
|
|
|
|
width: 60%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#saveconfirmation div#confirm {
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 15px 0 0 0;
|
|
|
|
border: 1px solid #F5E79E;
|
|
|
|
}
|