Skip to content
Snippets Groups Projects
Commit e83fc65f authored by Sebastien Jourdain's avatar Sebastien Jourdain Committed by Code Review
Browse files

Merge topic 'vtkweb-improvement' into master

a8f89050 Fix vtkweb catalyst css
parents 1caadcd1 a8f89050
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@
.vtk-catalyst-resample-viewer .control .parameters li {
list-style: none;
margin: 0;
}
.vtk-catalyst-resample-viewer .control .parameters .label {
......@@ -90,7 +91,6 @@
}
.vtk-catalyst-resample-viewer .control .parameters .label.select {
margin-bottom: 10px;
}
.vtk-catalyst-resample-viewer .control .parameters .label span {
......
......@@ -43,6 +43,7 @@
.vtk-catalyst-viewer .control .parameters li {
list-style: none;
margin: 0;
}
.vtk-catalyst-viewer .control .parameters .label {
......@@ -63,7 +64,7 @@
}
.vtk-catalyst-viewer .control .parameters .label.select {
margin-bottom: 10px;
margin-bottom: 5px;
}
.vtk-catalyst-viewer .control .parameters .label span {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment