This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
reprapfirmware-dc42/SD-image/www/css/main.css
David Crocker c56fc2aeb0 Version 0.78t
Bug fix: M92 command would only set extruder steps/mm if either 1 or 5
extruder steps/mm was provided
Bug fix: Z-homing or bed probing when axis compensation was enabled
caused the X and Y origins to shift
We now mark drives as not homed when we disable them
File info code now supports gcode files generated by Simplify3D
Updated SD card files to latest web interface
Added more comments to config.g
Head movement commands that were in the tfree files have been moved to
the tpre files, to work better when G10 nozzle offsets are used
2014-09-26 19:13:51 +01:00

36 lines
1.2 KiB
CSS

/* Sticky footer styles
-------------------------------------------------- */
html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto;
/* Negative indent footer by its height */
margin: 0 auto -60px;
/* Pad bottom by footer height */
padding: 0 0 60px;
}
/* Set the fixed height of the footer here */
#footer {
height: 60px;
background-color: #f5f5f5;
}
.text-middle {padding-top: 15px }
div#layerChart {width:510px; height: 120px}
button#connect, button#stop, button#pause, button#reset { width:85px }
div#gFileList, div#gFileList2, div#gFileList3 {vertical-align: middle}
.file-button{width:100%;border:1px solid;border-radius:5px;border-color:#C0C0C0;padding:3px 3px 3px 3px;margin-top:1px;cursor:pointer}
.file-red{color:#fff !important;background-color:#d9534f !important;border-color:#d43f3a !important}
.file-green{color:#fff !important;background-color:#40c040 !important;border-color:#3fd43a !important}
.file-blue{color:#fff !important;background-color:#5353d9 !important;border-color:#3f3fd4 !important}
.file-grey{color:#333;background-color:#ebebeb;border-color:#adadad}