diff options
author | Nicolas Stamm <nicolas.stamm@gmail.com> | 2014-07-30 01:38:46 -0300 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-09-16 16:51:48 +0200 |
commit | a2a1f5da6a91fbdcf0a18e974dc9ac6591d49026 (patch) | |
tree | 2e5846fb2c6097d323977c97733958d54f73b227 /apps/files/css | |
parent | 4669ea38357f3f33caaf056d859e6318b75b72e1 (diff) | |
download | nextcloud-server-a2a1f5da6a91fbdcf0a18e974dc9ac6591d49026.tar.gz nextcloud-server-a2a1f5da6a91fbdcf0a18e974dc9ac6591d49026.zip |
DragnDrop Upload text style
The 8px margin was uggly.
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 4a8bd5bb30f..3d18e52f643 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -316,7 +316,10 @@ table td.filename .nametext .innernametext { table td.filename .uploadtext { font-weight: normal; - margin-left: 8px; + margin-left: 55px; + margin-top: 5px; + height: 20px; + padding: 10px 0; } .ie8 input[type="checkbox"]{ |