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:
authorJoas Schilling <coding@schilljs.com>2018-07-25 18:31:16 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-08-08 11:24:49 +0300
commit112c73b71cbc642937f8f2f2c9d903c014fd8f70 (patch)
tree0f82ed9a6f7365449ddb2ca2dfdf20efc043d6cc /css/publicshareauth.scss
parentf81f5e0a7c17601a039f820b4d0fa59a561fe993 (diff)
Open the call in a new tab for now
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 */