2013-07-14 04:20:14 +00:00
|
|
|
@import "../Content/FontAwesome/font-awesome";
|
2013-07-28 23:13:14 +00:00
|
|
|
@import "../Shared/Styles/clickable";
|
2013-07-14 02:40:47 +00:00
|
|
|
|
|
|
|
#logs-screen {
|
|
|
|
|
|
|
|
.log-time-cell{
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.log-level-cell{
|
|
|
|
width: 12px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td{
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.icon-info:before {
|
|
|
|
.icon(@info-sign);
|
|
|
|
color : dodgerblue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-debug:before {
|
|
|
|
.icon(@info-sign);
|
|
|
|
color : gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-trace:before {
|
|
|
|
.icon(@info-sign);
|
|
|
|
color : lightgrey;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-warn:before {
|
|
|
|
.icon(@exclamation-sign);
|
|
|
|
color : orange;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-error:before {
|
|
|
|
.icon(@bug);
|
|
|
|
color : red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-fatal:before {
|
|
|
|
.icon(@remove-sign);
|
|
|
|
color : purple;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-07-28 23:13:14 +00:00
|
|
|
.log-file-row {
|
|
|
|
.clickable;
|
|
|
|
}
|