MrDraw/src/octoprint/plugins/softwareupdate/static/less/softwareupdate.less
Gina Häußge 2e11a7b860 Introduced pre-output css class for line based output pres
Easier to just put this on all output pre tags than defining
display:block on the contained spans for all individually.
2017-06-27 11:54:15 +02:00

47 lines
608 B
Text

td.settings_plugin_softwareupdate_column_update {
width: 16px;
}
#settings_plugin_softwareupdate_workingdialog_output {
font-size: 0.8em;
.message {
font-weight: bold;
}
.separator {
font-weight: bold;
color: #666666;
}
.stdout {
color: #333333;
}
.stderr {
color: #990000;
}
.call {
color: #000099;
}
.message_error {
.message;
.stderr;
}
}
.softwareupdate_notification {
ul {
margin: 10px 0 10px 25px;
.name {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
}
}
}