diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-06 12:43:52 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2014-06-03 15:30:09 +0200 |
commit | 4ef94ddd2eb87afe4cd8a0de3b70f32bbd9328fc (patch) | |
tree | 586eb6422705d2ce7e9f5e792cb7d7a43588caf0 /apps/files_sharing/css | |
parent | 4ca665ac10978216be91b58f395b0dd00f4b9540 (diff) | |
download | nextcloud-server-4ef94ddd2eb87afe4cd8a0de3b70f32bbd9328fc.tar.gz nextcloud-server-4ef94ddd2eb87afe4cd8a0de3b70f32bbd9328fc.zip |
infield label removal: remove last occurences of infield labels
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/authenticate.css | 7 |
1 files changed, 0 insertions, 7 deletions
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; |