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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-26 13:21:13 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-26 13:21:13 +0300
commit336de5a1d2969c0ecaed853d85879734c24f326e (patch)
tree27ec88671fcd9d4ba0c00b41d927cb6720ace54c
parent2bfc223d66b74e5f1ea3981a8f5cd4a9929ec095 (diff)
Remove border around button of password protected link confirmation
-rw-r--r--css/authenticate.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/authenticate.css b/css/authenticate.css
index a8c69962..7c215d1d 100644
--- a/css/authenticate.css
+++ b/css/authenticate.css
@@ -12,7 +12,8 @@ input[type='submit'] {
#body-login input[type='submit'] {
position: absolute;
- top: 0px;
+ top: 0;
+ border: none;
}
fieldset > p {