Switched column sizes for gcode and timelapse file tables to pixel values.

master
Gina Häußge 2013-03-08 23:25:04 +01:00
parent 70f5ea3f7f
commit 3b50fdcf3f
1 changed files with 4 additions and 6 deletions

View File

@ -124,34 +124,32 @@ table {
&.gcode_files_name {
text-overflow: ellipsis;
text-align: left;
width: 55%;
}
&.gcode_files_size {
text-align: right;
width: 25%;
width: 55px;
}
&.gcode_files_action {
text-align: center;
width: 20%;
width: 45px;
}
// timelapse files
&.timelapse_files_name {
text-overflow: ellipsis;
text-align: left;
width: 55%;
}
&.timelapse_files_size {
text-align: right;
width: 25%;
width: 55px;
}
&.timelapse_files_action {
text-align: center;
width: 20%;
width: 45px;
}
}
}