From 4ef94ddd2eb87afe4cd8a0de3b70f32bbd9328fc Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 6 May 2014 12:43:52 +0200 Subject: infield label removal: remove last occurences of infield labels --- apps/files_sharing/css/authenticate.css | 7 ------- apps/files_sharing/templates/authenticate.php | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) (limited to 'apps') diff --git a/apps/files_sharing/css/authenticate.css b/apps/files_sharing/css/authenticate.css index ef963ba7c65..a5aa55632bb 100644 --- a/apps/files_sharing/css/authenticate.css +++ b/apps/files_sharing/css/authenticate.css @@ -1,10 +1,3 @@ -#body-login form label.infield { - width: 190px; - padding: 10px; - left: 8px; - top: 8px; -} - #password { width: 190px !important; padding: 10px; diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php index 055329ecabf..f899a54e0f9 100644 --- a/apps/files_sharing/templates/authenticate.php +++ b/apps/files_sharing/templates/authenticate.php @@ -6,10 +6,10 @@
t('The password is wrong. Try again.')); ?>
-

+

-- cgit v1.2.3