diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-30 14:00:43 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-30 14:00:43 +0200 |
commit | a4c693dd75b50424afeff7e3a8d5a535526fa278 (patch) | |
tree | bbdf9d5c99e919f89875900e9e9f989a8ae7636b /apps/files | |
parent | d94d307f522ce724ac288f57f563338f7229db4c (diff) | |
download | nextcloud-server-a4c693dd75b50424afeff7e3a8d5a535526fa278.tar.gz nextcloud-server-a4c693dd75b50424afeff7e3a8d5a535526fa278.zip |
remove obsolete CSS, fix visual bug in share dialog #9255
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index ecb58789f61..89130e47fd3 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -307,8 +307,10 @@ table td.filename .nametext .innernametext { /* for smaller resolutions - see mobile.css */ -table td.filename .uploadtext { font-weight:normal; margin-left:8px; } -table td.filename form { font-size:14px; margin-left:46px; height: 40px; padding-top: 10px} +table td.filename .uploadtext { + font-weight: normal; + margin-left: 8px; +} .ie8 input[type="checkbox"]{ padding: 0; |