OctoprintKlipperPlugin/octoprint_klipper/static/css/klipper.css

53 lines
840 B
CSS
Raw Normal View History

2018-02-02 23:51:24 +03:00
.plugin-klipper-log {
padding: 3px;
2018-01-23 22:57:58 +03:00
overflow-y: scroll;
2018-01-23 23:18:07 +03:00
height: 400px;
2018-02-02 23:51:24 +03:00
border: 1px solid #eee;
}
.plugin-klipper-log .log-item {
2018-02-03 00:05:45 +03:00
margin: 3px auto 0 auto;
2018-02-02 23:51:24 +03:00
border: 1px solid #ddd;
2018-01-23 23:18:07 +03:00
border-radius: 3px;
2018-02-02 23:51:24 +03:00
background-color: #eeeeef;
2018-02-03 00:05:45 +03:00
color: 333;
2018-02-02 23:51:24 +03:00
}
.plugin-klipper-log .error {
2018-02-03 00:05:45 +03:00
background-color: #eebabb;
2018-01-23 22:57:58 +03:00
}
2018-02-02 23:51:24 +03:00
.plugin-klipper-log .log-item .ts {
display: inline-block;
width: 13%;
height: 100%;
vertical-align: top;
font-size: 0.8em;
2018-02-03 00:05:45 +03:00
padding: 0 0 0 5px;
2018-01-23 22:52:34 +03:00
}
2018-02-02 23:51:24 +03:00
.plugin-klipper-log .log-item .msg {
display: inline-block;
width: 84%;
height: 100%;
2018-02-02 18:58:37 +03:00
}
.clear-btn {
margin-top: 6px;
2018-08-09 10:25:05 +03:00
}
#plugin-klipper-config {
font-family: monospace;
}
#klipper_graph_dialog form {
margin: 0;
}
#klipper_graph_dialog .graph-footer {
bottom:0;
}
#klipper_graph_dialog input {
display: inline-block;
2018-01-23 17:01:58 +03:00
}