Added minimal functionality for Robot teaching
- Added minimal HMI - Added possibility to open and close all chamber doors
This commit is contained in:
67
Packages/Beckhoff.TwinCAT.HMI.Controls.14.4.1/runtimes/native1.12-tchmi/TcHmiBarChart/Style.css
vendored
Normal file
67
Packages/Beckhoff.TwinCAT.HMI.Controls.14.4.1/runtimes/native1.12-tchmi/TcHmiBarChart/Style.css
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
/** Styles for all themes */
|
||||
|
||||
/* Style for the main element */
|
||||
.TcHmi_Controls_Beckhoff_TcHmiBarChart,
|
||||
.tchmi-bar-chart {
|
||||
/* Prevent overflow if the border radius is huge */
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiBarChart-template,
|
||||
.tchmi-bar-chart-template {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: grid;
|
||||
grid-template-rows: auto min-content;
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiBarChart-template-chart,
|
||||
.tchmi-bar-chart-template-chart {
|
||||
position: relative;
|
||||
top: 0px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiBarChart-template-legend {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
margin: 5px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiBarChart-template-legend-bottom {
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiBarChart-template-legend-parent-element {
|
||||
position: relative;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiBarChart-template-legend-checkbox {
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
float: left;
|
||||
margin: 3px;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiBarChart-template-legend-checkbox-color-element {
|
||||
position: relative;
|
||||
float: left;
|
||||
height: 2px;
|
||||
width: 10px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiBarChart-template-legend-checkbox-label {
|
||||
position: relative;
|
||||
float: left;
|
||||
padding-right: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user