unify .original div to fix css in firefox, clear:left to fix filename wrapping in chrome, shrink width of columns and get rid of ie8 hack
This commit is contained in:
parent
cec932f292
commit
2c9b3d32ef
|
@ -348,7 +348,7 @@ table.dragshadow td.size {
|
|||
margin-right: 3px;
|
||||
}
|
||||
.oc-dialog .fileexists th:first-child {
|
||||
width: 235px;
|
||||
width: 230px;
|
||||
}
|
||||
.oc-dialog .fileexists th label {
|
||||
font-weight: normal;
|
||||
|
@ -367,6 +367,7 @@ table.dragshadow td.size {
|
|||
.oc-dialog .fileexists .conflict .filename {
|
||||
color:#777;
|
||||
word-break: break-all;
|
||||
clear: left;
|
||||
}
|
||||
.oc-dialog .fileexists .icon {
|
||||
width: 64px;
|
||||
|
@ -379,15 +380,11 @@ table.dragshadow td.size {
|
|||
|
||||
.oc-dialog .fileexists .replacement {
|
||||
float: left;
|
||||
width: 235px;
|
||||
width: 230px;
|
||||
}
|
||||
.oc-dialog .fileexists .original {
|
||||
float: left;
|
||||
width: 235px;
|
||||
}
|
||||
html.lte9 .oc-dialog .fileexists .original {
|
||||
float: left;
|
||||
width: 225px;
|
||||
width: 230px;
|
||||
}
|
||||
.oc-dialog .fileexists .conflicts {
|
||||
overflow-y:scroll;
|
||||
|
|
Loading…
Reference in New Issue