fix conflict dialog styling in firefox

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2016-12-05 14:20:54 +01:00
parent 8adf617726
commit af9b3e3889
No known key found for this signature in database
GPG key ID: 425003AC385454C5

View file

@ -118,7 +118,7 @@
margin-right: 3px;
}
.oc-dialog .fileexists th:first-child {
width: 230px;
width: 225px;
}
.oc-dialog .fileexists th label {
font-weight: normal;
@ -147,16 +147,14 @@
background-size: 64px 64px;
float: left;
}
.oc-dialog .fileexists .original,
.oc-dialog .fileexists .replacement {
float: left;
width: 230px;
}
.oc-dialog .fileexists .original {
float: left;
width: 230px;
width: 225px;
}
.oc-dialog .fileexists .conflicts {
overflow-y:scroll;
overflow-y: auto;
max-height: 225px;
}
.oc-dialog .fileexists .conflict input[type='checkbox'] {