.vtk-catalyst-resample-viewer .toolbar { position: relative; top: 5px; left: 5px; } .vtk-catalyst-resample-viewer .toolbar .label { margin-left: 5px; margin-right: 5px; display: inline-block; } .vtk-catalyst-resample-viewer .toolbar input { position: relative; top: 6px; width: 100px; } .vtk-catalyst-resample-viewer .toolbar select { position: relative; top: -1px; margin-left: 5px; /*width: 100px;*/ } .vtk-catalyst-resample-viewer .toolbar span.txt-feedback { padding: 0 5px 0 5px; } .vtk-catalyst-resample-viewer .control { position: absolute; background: rgba(255, 255, 255, 0.7); border: solid 1px rgba(0, 0, 0, 0.7); border-radius: 0 0 0 10px; top: 0px; right: 0px; width: 300px; z-index: 2; } .vtk-catalyst-resample-viewer.small .control { width: 3em; } .vtk-catalyst-resample-viewer.small .control .header { border-radius: 0 0 0 8px; } .vtk-catalyst-resample-viewer .stop { display: none; } .vtk-catalyst-resample-viewer.small .control .parameters { display: none; } .vtk-catalyst-resample-viewer .control .header { background: rgba(0, 0, 0, 0.7); color: #fff; font-weight: normal; height: 1.4em; border-radius: 0; } .vtk-catalyst-resample-viewer .control .header span { float: right; cursor: pointer; } .vtk-catalyst-resample-viewer .control .parameters { padding: 10px; } .vtk-catalyst-resample-viewer .control .parameters li { list-style: none; margin: 0; } .vtk-catalyst-resample-viewer .control .parameters .label { margin-left: -6px; margin-right: 5px; text-align: left; font-weight: bold; } .vtk-catalyst-resample-viewer .control .parameters .label .flag { visibility: hidden; width: 1.5em; float: left; } .vtk-catalyst-resample-viewer .control .parameters .label.active .flag { visibility: visible; } .vtk-catalyst-resample-viewer .control .parameters .label.select { } .vtk-catalyst-resample-viewer .control .parameters .label span { float: right; font-weight: normal; } .vtk-catalyst-resample-viewer .control .parameters input { width: 90%; display: inline-block; padding-right: 10px; }