[Pkg-owncloud-commits] [owncloud] 231/273: fix lineheight of server2server share

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:20 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 586c4236fdb6a56dcd9bf8f4e1b2059a209aaa9c
Author: Volkan Gezer <volkangezer at gmail.com>
Date:   Wed Jul 2 20:32:15 2014 +0200

    fix lineheight of server2server share
---
 apps/files_sharing/css/public.css       | 1 -
 apps/files_sharing/templates/public.php | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index ddd9d10..04c482d 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -92,7 +92,6 @@ thead {
 #remote_address {
 	margin: 0;
 	height: 14px;
-	line-height: 16px;
 	padding: 6px;
 }
 
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index 65e620a..87472c5 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -19,7 +19,7 @@
 				<span id="save" data-protected="<?php p($_['protected'])?>" data-owner="<?php p($_['displayName'])?>" data-name="<?php p($_['filename'])?>">
 					<button><?php p($l->t('Add to your ownCloud')) ?></button>
 					<form class="save-form hidden" action="#">
-						<input type="text" id="remote_address" placeholder="<?php p($l->t('example.com/owncloud')) ?>"/>
+						<input type="text" id="remote_address" placeholder="example.com/owncloud"/>
 						<input type="submit" value="<?php p($l->t('Save')) ?>"/>
 					</form>
 				</span>

-- 
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