Commit 34755d57 authored by Paul Wolneykien's avatar Paul Wolneykien

Fix: Don't specify extra horizontal margins for inputs in alterator-listbox tables

The horizontal paddings of a table cell and of the input inside it aren't combined properly resulting in inputs that are wider than the surrounding cell.
parent e4ec5a9d
......@@ -74,6 +74,15 @@ textarea, select, input.text {
vertical-align: middle;
}
.alterator-listbox textarea,
.alterator-listbox select,
.alterator-listbox input.text {
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
select {
background-color: #e6e6e6;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment