css: filter editor fixes

This commit is contained in:
Thomas Gelf 2015-11-17 21:55:22 +01:00
parent 01116a3382
commit d0780e069e

View File

@ -446,6 +446,18 @@ div.diff {
.tree a.abstract { background-image: url('../img/director/tree.png'); }
.tree a.object { background-image: url('../img/director/leaf.gif'); }
form.editor {
select, input[type=text] {
background: white;
max-width: auto;
min-width: auto;
width: auto;
}
.tree li a {
padding: 0;
}
}
/** php-diff **/
.Differences {