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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorLeon Klingele <leon@struktur.de>2017-10-13 18:29:46 +0300
committerLeon Klingele <leon@struktur.de>2017-10-13 18:47:29 +0300
commitf138948160dc34f52177a22864d3870dcdfc76d2 (patch)
treeb15e8e50534a29f8d48604d351238e5e87ccd642 /css
parent47f789b8d3261523cb86d2273bbbc54e20febf41 (diff)
Submit button width should match form width
Diffstat (limited to 'css')
-rw-r--r--css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 72d857f..c239ff5 100644
--- a/css/style.css
+++ b/css/style.css
@@ -14,6 +14,10 @@
top: 17px;
}
+input[type="submit"] {
+ width: calc(100% - 10px) !important;
+}
+
.msg {
color: white;
margin: 5px;