2014-08-20 00:25:47 +00:00
|
|
|
|
2014-10-19 09:01:05 +00:00
|
|
|
.rwg_system_status_icon {
|
2018-07-27 15:36:47 +00:00
|
|
|
icon-size: 1em;
|
|
|
|
|
padding: 0 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
-webkit-animation: spin 4s linear infinite;
|
|
|
|
|
-moz-animation: spin 4s linear infinite;
|
|
|
|
|
animation: spin 4s linear infinite;
|
2014-10-19 09:01:05 +00:00
|
|
|
}
|
|
|
|
|
|
2018-07-27 15:36:47 +00:00
|
|
|
@-moz-keyframes spin {
|
|
|
|
|
100% {
|
|
|
|
|
-moz-transform: rotate(360deg);
|
|
|
|
|
}
|
2014-10-22 13:17:46 +00:00
|
|
|
}
|
2018-07-27 15:36:47 +00:00
|
|
|
|
|
|
|
|
@-webkit-keyframes spin {
|
|
|
|
|
100% {
|
|
|
|
|
-webkit-transform: rotate(360deg);
|
|
|
|
|
}
|
2014-10-22 13:17:46 +00:00
|
|
|
}
|
2018-07-27 15:36:47 +00:00
|
|
|
|
|
|
|
|
@keyframes spin {
|
|
|
|
|
100% {
|
|
|
|
|
-webkit-transform: rotate(360deg);
|
|
|
|
|
transform: rotate(360deg);
|
|
|
|
|
}
|
2014-10-22 13:17:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rwg-new-lable {
|
2018-07-27 15:36:47 +00:00
|
|
|
font-size: 130%;
|
2014-10-21 21:13:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rwg-recent-lable {
|
2018-07-27 15:36:47 +00:00
|
|
|
font-size: 90%;
|
|
|
|
|
text-align: left;
|
|
|
|
|
border: 0;
|
2014-10-22 13:17:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rwg-history-index {
|
2018-07-27 15:36:47 +00:00
|
|
|
text-align: left;
|
|
|
|
|
padding-top: .35em;
|
|
|
|
|
font-size: 130%;
|
|
|
|
|
font-weight: lighter;
|
2014-10-22 13:17:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rwg-history-date {
|
2018-07-27 15:36:47 +00:00
|
|
|
font-size: 100%;
|
2014-10-22 13:17:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rwg-history-time {
|
2018-07-27 15:36:47 +00:00
|
|
|
font-size: 100%;
|
|
|
|
|
font-weight: lighter;
|
2018-07-29 18:31:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rwg-history-element-content {
|
|
|
|
|
min-height: 300px;
|
2014-10-19 09:01:05 +00:00
|
|
|
}
|