[Pkg-owncloud-commits] [owncloud] 99/172: fixes #7949

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 5757d02b768585ad3301523d49c7e3fa7ba8b02f
Author: Bagera <victor at baquero-wihlborg.se>
Date:   Tue May 13 20:02:22 2014 +0200

    fixes #7949
    
    Sets height to form to avoid resizing when filename link is not shown
---
 apps/files/css/files.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 2aae73f..6c7dd33 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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list