Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'css/publicshareauth.scss')
-rw-r--r--css/publicshareauth.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/publicshareauth.scss b/css/publicshareauth.scss
index 218e385be..ef224f670 100644
--- a/css/publicshareauth.scss
+++ b/css/publicshareauth.scss
@@ -21,6 +21,15 @@ input#request-password-button:disabled ~ .icon {
opacity: 0.5;
}
+/* Mimic the appearance of the log in button when a link is used. */
+.request-password-wrapper a {
+ display: block;
+ width: 269px;
+ padding: 13px 10px;
+ font-size: 20px;
+ margin: 5px;
+}
+
/* Special layout to include the Talk sidebar */