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;
|
2021-02-12 01:34:25 +03:00
|
|
|
width: 100%;
|
2018-02-02 23:51:24 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
2019-10-15 15:18:54 +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;
|
2021-02-12 01:34:25 +03:00
|
|
|
margin-bottom: 6px;
|
2018-08-09 10:25:05 +03:00
|
|
|
}
|
|
|
|
|
2021-01-15 03:35:54 +03:00
|
|
|
#level .controls {
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
2021-03-16 21:32:01 +03:00
|
|
|
ul#klipper-settings {
|
2021-01-15 03:35:54 +03:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2021-03-16 21:32:01 +03:00
|
|
|
#klipper-settings a{
|
2021-01-15 03:35:54 +03:00
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
2018-08-09 10:25:05 +03:00
|
|
|
#plugin-klipper-config {
|
2021-01-15 03:35:54 +03:00
|
|
|
height: 100%;
|
2018-08-09 10:25:05 +03:00
|
|
|
font-family: monospace;
|
2018-08-13 19:22:58 +03:00
|
|
|
}
|
|
|
|
|
2021-01-22 01:53:51 +03:00
|
|
|
#tab_plugin_klipper_main .row-fluid {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tab_plugin_klipper_main .span8 {
|
2021-02-12 01:34:25 +03:00
|
|
|
flex-grow: 8;
|
|
|
|
float: left;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tab_plugin_klipper_main .span8 label {
|
|
|
|
float: left;
|
2021-01-22 01:53:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#tab_plugin_klipper_main .span4 {
|
2021-02-12 01:34:25 +03:00
|
|
|
flex-grow: 0;
|
2021-01-22 01:53:51 +03:00
|
|
|
flex-shrink: 1;
|
2021-03-16 21:06:16 +03:00
|
|
|
/* max-width: 13%; */
|
2021-02-12 01:34:25 +03:00
|
|
|
float: left;
|
|
|
|
box-sizing: border-box;
|
2021-01-22 01:53:51 +03:00
|
|
|
}
|
|
|
|
|
2021-01-15 03:35:54 +03:00
|
|
|
#settings_plugin_klipper {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_plugin_klipper form {
|
|
|
|
margin: 0px;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_plugin_klipper form .tab-content {
|
|
|
|
height: calc(100% - 40px);
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_plugin_klipper form .tab-content .tab-pane {
|
2021-03-30 22:25:25 +03:00
|
|
|
height: calc(100% - 35px);
|
2021-01-15 03:35:54 +03:00
|
|
|
}
|
|
|
|
|
2021-03-30 23:05:49 +03:00
|
|
|
div#settings_plugin_klipper.tab-pane.active form.form-horizontal div.tab-content div#conf.tab-pane.active div.control-group {
|
2021-01-15 03:35:54 +03:00
|
|
|
margin-bottom: 0px;
|
2021-03-30 22:25:25 +03:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#settings_plugin_klipper.tab-pane.active form.form-horizontal div.tab-content div#conf.tab-pane.active div.control-group div.conf-editor {
|
|
|
|
height: 100%;
|
2021-04-11 01:17:19 +03:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#settings_plugin_klipper.tab-pane.active form.form-horizontal div.tab-content div#conf.tab-pane.active div.control-group div.conf-editor div#plugin-klipper-config {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2021-01-15 03:35:54 +03:00
|
|
|
}
|
|
|
|
|
2021-03-30 22:25:25 +03:00
|
|
|
div#settings_plugin_klipper.tab-pane.active form.form-horizontal div.tab-content div#conf.tab-pane.active div.control-group button.btn.btn-small {
|
2021-03-29 01:57:23 +03:00
|
|
|
width: 30%;
|
|
|
|
display: inline-block;
|
2021-03-30 22:25:25 +03:00
|
|
|
margin: 0px 2px 2px 2px;
|
2021-03-29 01:57:23 +03:00
|
|
|
}
|
|
|
|
|
2021-04-07 01:00:42 +03:00
|
|
|
div#settings_plugin_klipper.tab-pane.active form.form-horizontal div.tab-content div#conf.tab-pane.active div.control-group label.inline input.inline-checkbox {
|
|
|
|
vertical-align:-0.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#settings_plugin_klipper.tab-pane.active form.form-horizontal div.tab-content div#conf.tab-pane.active div.control-group label.inline {
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
|
2021-01-19 23:19:17 +03:00
|
|
|
#macros #item.control-group {
|
2021-03-16 21:06:16 +03:00
|
|
|
margin-bottom: 2px;
|
|
|
|
border: 2px solid #ccc;
|
2021-01-19 23:19:17 +03:00
|
|
|
border-radius: 3px;
|
2021-03-16 21:06:16 +03:00
|
|
|
background-color: #eeeeee;
|
2021-01-19 23:19:17 +03:00
|
|
|
color: #333;
|
2021-03-16 21:06:16 +03:00
|
|
|
padding-bottom: 2px;
|
|
|
|
padding-top: 2px;
|
2021-01-19 23:19:17 +03:00
|
|
|
}
|
|
|
|
|
2021-03-27 01:39:08 +03:00
|
|
|
#klipper_graph_dialog {
|
|
|
|
width: 1050px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#klipper_graph_dialog .full-sized-box{
|
|
|
|
width: 1000px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2018-08-13 19:22:58 +03:00
|
|
|
#klipper_graph_dialog form {
|
2021-03-16 21:06:16 +03:00
|
|
|
margin: 0;
|
2018-08-13 19:22:58 +03:00
|
|
|
}
|
|
|
|
|
2021-03-27 01:39:08 +03:00
|
|
|
#klipper_graph_dialog select {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2018-08-13 19:22:58 +03:00
|
|
|
#klipper_graph_dialog .graph-footer {
|
|
|
|
bottom:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#klipper_graph_dialog input {
|
|
|
|
display: inline-block;
|
2018-08-18 15:44:40 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#klipper_graph_dialog .status-label {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
margin: 5px 0 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#klipper_graph_dialog .fill-checkbox {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
2021-03-27 01:39:08 +03:00
|
|
|
top: 0%;
|
|
|
|
left: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#klipper_graph_dialog .help-inline {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
2018-08-24 18:23:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#klipper_graph_canvas {
|
|
|
|
margin-top: 15px;
|
2019-10-15 15:18:54 +03:00
|
|
|
}
|