From 36a615beeb84dcf0ee87a6f598a37e3d53236837 Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 15 Aug 2022 20:09:10 +0200 Subject: Set standard CSS for login register form (#4504) * set default to template.css * adark theme * ansum theme * template.css * adark theme * BlueLagoon theme * dark theme * flat theme * mapco theme * Nord theme * Origine prompt * Origine Compact theme * Pafat theme * Screwdriver theme * swage theme * Update template.rtl.css --- p/themes/Screwdriver/screwdriver.rtl.css | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'p/themes/Screwdriver/screwdriver.rtl.css') diff --git a/p/themes/Screwdriver/screwdriver.rtl.css b/p/themes/Screwdriver/screwdriver.rtl.css index 69850151b..0452ea902 100644 --- a/p/themes/Screwdriver/screwdriver.rtl.css +++ b/p/themes/Screwdriver/screwdriver.rtl.css @@ -706,21 +706,9 @@ a.btn { /*=== Prompt (centered) */ .prompt { - max-width: 20rem; - margin-right: auto; - margin-left: auto; - padding-right: .5rem; - padding-left: .5rem; - text-align: center; text-shadow: 0 1px rgba(255,255,255,0.08); } -.prompt form { - margin-top: 2rem; - margin-bottom: 3rem; - text-align: right; -} - .prompt .form-group { margin-bottom: 1rem; } @@ -736,12 +724,6 @@ a.btn { justify-content: space-between; } -.prompt .stick, -.prompt input { - width: 100%; - box-sizing: border-box; -} - .prompt input#username,.prompt input#passwordPlain { background: #fff; border: solid 1px #ccc; @@ -759,10 +741,6 @@ a.btn { font-size: 1.1rem; } -.prompt p { - margin: 20px 0; -} - /*=== New article notification */ #new-article { background: #0084cc; -- cgit v1.2.3