diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-09-04 15:24:25 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-09-04 16:42:18 +0200 |
commit | 49fd7e9f1e037266304053c7337c714339d82553 (patch) | |
tree | e2aade33ca082e39e3166315b98738897523dbb3 /apps/files/css/files.css | |
parent | 4af5a8c483278eae2e8e38f5ea0a238072848b87 (diff) | |
download | nextcloud-server-49fd7e9f1e037266304053c7337c714339d82553.tar.gz nextcloud-server-49fd7e9f1e037266304053c7337c714339d82553.zip |
refactor dialog creation
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r-- | apps/files/css/files.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 141f4557bed..cc556f8321a 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -356,6 +356,9 @@ table.dragshadow td.size { width: 100%; height: 85px; } +.oc-dialog .fileexists .conflict.template { + display: none; +} .oc-dialog .fileexists .conflict .filename { color:#777; word-break: break-all; @@ -377,11 +380,11 @@ table.dragshadow td.size { float: left; width: 235px; } -.oc-dialog .fileexists .conflict-wrapper { +.oc-dialog .fileexists .conflicts { overflow-y:scroll; max-height: 225px; } -.oc-dialog .fileexists .conflict-wrapper input[type='checkbox'] { +.oc-dialog .fileexists .conflict input[type='checkbox'] { float: left; } |