Skip to content

Commit 8aca575

Browse files
committed
CSS overrides for new im-tables-3 version
1 parent 81a6e0d commit 8aca575

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

less/im-tables-overrides.less

+24
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,30 @@
126126
padding: 0.5em 1em;
127127
}
128128
}
129+
130+
.exporttable-body {
131+
// BG's CSS loves breaking things! This reverts the changes that make it unusable.
132+
133+
label {
134+
color: #444;
135+
136+
}
137+
138+
input[type="radio"] {
139+
opacity: 1;
140+
height: auto;
141+
width: auto;
142+
overflow: auto;
143+
}
144+
145+
.radio label {
146+
padding-left: 35px;
147+
}
148+
149+
.optional-attributes > label input[type="checkbox"] {
150+
margin-left: 15px;
151+
}
152+
}
129153
}
130154

131155
.results-and-enrichment {

0 commit comments

Comments
 (0)