diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-30 18:46:37 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-30 18:46:37 +0200 |
commit | 07ba9442db227cd46e66e10720c35a979d442431 (patch) | |
tree | 8172f3088b22f86fe5cb170175f1e8d498aed84e /apps | |
parent | f35f14aa3745a21cbea30ca065a6c7cd8cf31164 (diff) | |
parent | 63e6495e82b77baf384a478453ca37bd02430a83 (diff) | |
download | nextcloud-server-07ba9442db227cd46e66e10720c35a979d442431.tar.gz nextcloud-server-07ba9442db227cd46e66e10720c35a979d442431.zip |
Merge pull request #9305 from owncloud/design-share-fixes
Design share fixes
Diffstat (limited to 'apps')
-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; |