diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-08-12 12:33:22 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-08-14 10:55:12 +0200 |
commit | e1927d5bee11b561a293a9488bd27d90c2c043e6 (patch) | |
tree | dbf5cd32d4499c24a8dac1d51fb97cf819622f3a /apps/files/css/files.css | |
parent | 435e63b5eef345a996618dbc0f4e4c9d202de7ec (diff) | |
download | nextcloud-server-e1927d5bee11b561a293a9488bd27d90c2c043e6.tar.gz nextcloud-server-e1927d5bee11b561a293a9488bd27d90c2c043e6.zip |
fix whitespace, check selected files before starting upload
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r-- | apps/files/css/files.css | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 86fb0dc6046..acee8471aff 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -189,3 +189,44 @@ table.dragshadow td.size { text-align: center; margin-left: -200px; } + +.oc-dialog .fileexists .original .icon { + width: 64px; + height: 64px; + margin: 5px 5px 5px 0px; + background-repeat: no-repeat; + background-size: 64px 64px; + float: left; +} + +.oc-dialog .fileexists .replacement { + margin-top: 20px; +} + +.oc-dialog .fileexists .replacement .icon { + width: 64px; + height: 64px; + margin: 5px 5px 5px 0px; + background-repeat: no-repeat; + background-size: 64px 64px; + float: left; + clear: both; +} + +.oc-dialog .fileexists label[for="new-name"] { + margin-top: 20px; + display: block; +} +.oc-dialog .fileexists h3 { + font-weight: bold; +} + + +.oc-dialog .oc-dialog-buttonrow { + width:100%; + text-align:right; +} + +.oc-dialog .oc-dialog-buttonrow .cancel { + float:left; +}
\ No newline at end of file |