OctoprintKlipperPlugin/octoprint_klipper/static/css/klipper.css

22 lines
366 B
CSS
Raw Normal View History

2018-01-23 17:01:58 +03:00
#tab_plugin_klipper iframe {
2018-01-23 22:57:58 +03:00
width: 100%;
height: 600px;
border: 1px solid #808080;
2018-01-23 17:01:58 +03:00
}
2018-01-23 22:52:34 +03:00
.plugin_klipper_log {
2018-01-23 23:18:07 +03:00
padding: 0.5em;
2018-01-23 22:57:58 +03:00
overflow-y: scroll;
2018-01-23 23:18:07 +03:00
height: 400px;
background-color: #efefef;
border: 1px #eee;
border-radius: 3px;
2018-01-23 22:57:58 +03:00
}
.plugin_klipper_log .log-item {
margin: 0 auto 0.5em auto;
2018-01-23 22:52:34 +03:00
}
.plugin_klipper_log .error {
color: red;
2018-01-23 17:01:58 +03:00
}