Skip to content
Snippets Groups Projects
Commit da2b67e5 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

drop some old CSS workarouds, re #195

parent 880e367b
No related branches found
No related tags found
No related merge requests found
table.collapsable .header-row > td {
padding-left: 5px;
}
table.default > caption .actions {
font-size: 14px;
min-height: 26px;
padding-bottom: 3px;
padding-top: 4px;
}
table.default > caption .actions input,
table.default > caption .actions select {
font-size: 1em;
}
table.default img {
vertical-align: text-bottom;
}
......@@ -55,6 +39,16 @@ form.default .inline_select {
width: auto;
}
form.default .label-text {
display: block;
margin: 1.5ex 0 0.5ex 0;
text-indent: 0.25ex;
}
form.default .vips_nested_select {
transition: inherit;
}
form.default input.cloze_input {
margin: 2px;
padding-bottom: 2px;
......@@ -98,16 +92,6 @@ form.default label:not(.undecorated) .select2-container {
display: block;
}
form.default .label-text {
display: block;
margin: 1.5ex 0 0.5ex 0;
text-indent: 0.25ex;
}
form.default .vips_nested_select {
transition: inherit;
}
button.vips_file_upload {
background-image: url('../../../../assets/images/icons/blue/upload.svg');
background-position: 0.5em center;
......@@ -163,11 +147,6 @@ button.vips_file_upload:hover {
padding: 5px;
}
.formatted-content img {
height: auto;
max-width: 100%;
}
.width-1200 {
max-width: 1200px;
}
......
@import 'vips.css?v=1.8'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment