diff options
author | Bagera <victor@baquero-wihlborg.se> | 2014-05-13 20:02:22 +0200 |
---|---|---|
committer | Bagera <victor@baquero-wihlborg.se> | 2014-05-13 20:02:22 +0200 |
commit | 5757d02b768585ad3301523d49c7e3fa7ba8b02f (patch) | |
tree | 10707d0d524fac14d9fc8540b75671549df833fb | |
parent | f5bc680f9c725c0aea166f3fc3eee8e0bcf5427c (diff) | |
download | nextcloud-server-5757d02b768585ad3301523d49c7e3fa7ba8b02f.tar.gz nextcloud-server-5757d02b768585ad3301523d49c7e3fa7ba8b02f.zip |
fixes #7949
Sets height to form to avoid resizing when filename link is not shown
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 2aae73f8bd0..6c7dd33c4e7 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -243,7 +243,7 @@ table td.filename .nametext { max-width: 800px; } table td.filename .uploadtext { font-weight:normal; margin-left:8px; } -table td.filename form { font-size:14px; margin-left:48px; margin-right:48px; } +table td.filename form { font-size:14px; margin-left:48px; margin-right:48px; height: 50px; } .ie8 input[type="checkbox"]{ padding: 0; |