58 lines
No EOL
1.1 KiB
CSS
58 lines
No EOL
1.1 KiB
CSS
body {
|
|
padding-top: 60px;
|
|
}
|
|
|
|
.tab-content {
|
|
padding: 9px 15px;
|
|
border-left: 1px solid #DDD;
|
|
border-right: 1px solid #DDD;
|
|
border-bottom: 1px solid #DDD;
|
|
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
-moz-border-radius-bottomright: 4px;
|
|
-moz-border-radius-bottomleft: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
}
|
|
|
|
.nav {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
table {
|
|
table-layout: fixed;
|
|
}
|
|
|
|
table th, table td {
|
|
overflow: hidden
|
|
}
|
|
|
|
table th.gcode_files_name, table td.gcode_files_name {
|
|
text-overflow: ellipsis;
|
|
text-align: left;
|
|
width: 55%;
|
|
}
|
|
|
|
table th.gcode_files_size, table td.gcode_files_size {
|
|
text-align: right;
|
|
width: 25%;
|
|
}
|
|
|
|
table th.gcode_files_action, table td.gcode_files_action {
|
|
text-align: center;
|
|
width: 20%;
|
|
}
|
|
|
|
#temp {
|
|
overflow: hidden;
|
|
}
|
|
|
|
#temp_newTemp, #temp_newBedTemp, #speed_innerWall, #speed_outerWall, #speed_fill, #speed_support {
|
|
text-align: right;
|
|
}
|
|
|
|
|
|
#connection_ports, #connection_baudrates {
|
|
width: 100%;
|
|
} |