diff options
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/css/authenticate.css | 1 | ||||
-rw-r--r-- | apps/files_sharing/templates/authenticate.php | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/css/authenticate.css b/apps/files_sharing/css/authenticate.css index 15e3e7a2fc5..ac76d4c6870 100644 --- a/apps/files_sharing/css/authenticate.css +++ b/apps/files_sharing/css/authenticate.css @@ -1,5 +1,4 @@ #password { - width: 190px !important; padding: 10px; margin: 6px; } diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php index e3aa62b9ece..769b7929144 100644 --- a/apps/files_sharing/templates/authenticate.php +++ b/apps/files_sharing/templates/authenticate.php @@ -19,7 +19,8 @@ autocomplete="off" autocapitalize="off" autocorrect="off" autofocus /> <img class="svg" id="password-icon" src="<?php print_unescaped(image_path('', 'actions/password.svg')); ?>" alt=""/> - <input type="submit" value="" class="svg icon-confirm" /> + <input type="submit" value="" + class="svg icon-confirm input-button-inline" /> </p> </fieldset> </form> |