Skip to content
Snippets Groups Projects
Commit 47e3211a authored by Ron Lucke's avatar Ron Lucke
Browse files

fix #3634

Closes #3634

Merge request studip/studip!2516
parent bc6a48c7
No related branches found
No related tags found
No related merge requests found
...@@ -193,6 +193,7 @@ ...@@ -193,6 +193,7 @@
.cw-containeradder-item-wrapper { .cw-containeradder-item-wrapper {
border: solid thin var(--content-color-40); border: solid thin var(--content-color-40);
margin-bottom: 5px;
.cw-sortable-handle { .cw-sortable-handle {
opacity: 0; opacity: 0;
} }
...@@ -206,7 +207,7 @@ ...@@ -206,7 +207,7 @@
} }
.cw-containeradder-item { .cw-containeradder-item {
margin-bottom: 4px; min-height: 5em;
padding: 1em 1em 1em 6em; padding: 1em 1em 1em 6em;
@include background-icon(unit-test, clickable, 48); @include background-icon(unit-test, clickable, 48);
background-position: 16px center; background-position: 16px center;
......
...@@ -14,10 +14,15 @@ ...@@ -14,10 +14,15 @@
.cw-container-tabs-block-list:empty { .cw-container-tabs-block-list:empty {
height: 4em; height: 4em;
border: dashed 2px var(--content-color-40); border: dashed 2px var(--content-color-40);
margin: 5px;
} }
.cw-tabs-content { .cw-tabs-content {
padding: 8px 0 0 0; padding: 8px 0 0 0;
.cw-companion-box {
border: none;
}
} }
} }
} }
\ No newline at end of file
...@@ -28,8 +28,12 @@ ...@@ -28,8 +28,12 @@
} }
} }
.cw-collapsible-content .cw-collapsible-content-open { .cw-collapsible-content.cw-collapsible-content-open {
padding: 10px; padding: 10px;
.cw-companion-box {
border: none;
}
} }
} }
......
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