aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r--apps/files/css/files.css53
1 files changed, 38 insertions, 15 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 0ff25a24d76..dcd6aeadf82 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -193,28 +193,54 @@ table.dragshadow td.size {
.oc-dialog .fileexists table {
width: 100%;
}
-.oc-dialog .fileexists .original .icon {
+.oc-dialog .fileexists th {
+ padding-left: 0;
+ padding-right: 0;
+}
+.oc-dialog .fileexists th input[type='checkbox'] {
+ margin-right: 3px;
+}
+.oc-dialog .fileexists th:first-child {
+ width: 235px;
+}
+.oc-dialog .fileexists th label {
+ font-weight: normal;
+ color:black;
+}
+.oc-dialog .fileexists th .count {
+ margin-left: 3px;
+}
+.oc-dialog .fileexists .conflict {
+ width: 100%;
+ height: 85px;
+}
+.oc-dialog .fileexists .conflict .filename {
+ color:#777;
+ word-break: break-all;
+}
+.oc-dialog .fileexists .icon {
width: 64px;
height: 64px;
- margin: 5px 5px 5px 0px;
+ margin: 0px 5px 5px 5px;
background-repeat: no-repeat;
background-size: 64px 64px;
float: left;
}
.oc-dialog .fileexists .replacement {
- margin-top: 20px;
- margin-bottom: 20px;
+ float: left;
+ width: 235px;
}
-
-.oc-dialog .fileexists .replacement .icon {
- width: 64px;
- height: 64px;
- margin: 5px 5px 5px 0px;
- background-repeat: no-repeat;
- background-size: 64px 64px;
+.oc-dialog .fileexists .original {
+ float: left;
+ width: 235px;
+}
+.oc-dialog .fileexists .conflict-wrapper {
+ overflow-y:scroll;
+ max-height: 225px;
+}
+.oc-dialog .fileexists .conflict-wrapper input[type='checkbox'] {
float: left;
- clear: both;
}
.oc-dialog .fileexists .toggle {
@@ -234,9 +260,6 @@ table.dragshadow td.size {
vertical-align: bottom;
}
-.oc-dialog .fileexists h3 {
- font-weight: bold;
-}
.oc-dialog .oc-dialog-buttonrow {