diff --git a/apps/files_sharing/css/authenticate.css b/apps/files_sharing/css/authenticate.css index 15e3e7a2fc..ac76d4c687 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 e3aa62b9ec..769b792914 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 /> - +

diff --git a/core/css/styles.css b/core/css/styles.css index e019b874f6..db81f85030 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -278,6 +278,14 @@ input[type="submit"].enabled { border: 1px solid #5e5; } +.input-button-inline { + position: absolute !important; + right: 0; + background-color: transparent !important; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; + opacity: .3; +} + /* CONTENT ------------------------------------------------------------------ */