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/Origine-compact/origine-compact.css | 25 ------------------------ p/themes/Origine-compact/origine-compact.rtl.css | 25 ------------------------ 2 files changed, 50 deletions(-) (limited to 'p/themes/Origine-compact') diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index 1f1b688ad..c91306ba0 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -698,21 +698,6 @@ a.btn, } /*=== Prompt (centered) */ -.prompt { - max-width: 20rem; - margin-left: auto; - margin-right: auto; - padding-left: .5rem; - padding-right: .5rem; - text-align: center; -} - -.prompt form { - margin-top: 2rem; - margin-bottom: 3rem; - text-align: left; -} - .prompt .form-group { margin-bottom: 1rem; } @@ -728,22 +713,12 @@ a.btn, justify-content: space-between; } -.prompt .stick, -.prompt input { - width: 100%; - box-sizing: border-box; -} - .prompt .btn.btn-important { padding-left: 1.5rem; padding-right: 1.5rem; font-size: 1.1rem; } -.prompt p { - margin: 20px 0; -} - /*=== New article notification */ #new-article { background: #0084cc; diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index 624201fd0..ed245a847 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -698,21 +698,6 @@ a.btn, } /*=== Prompt (centered) */ -.prompt { - max-width: 20rem; - margin-right: auto; - margin-left: auto; - padding-right: .5rem; - padding-left: .5rem; - text-align: center; -} - -.prompt form { - margin-top: 2rem; - margin-bottom: 3rem; - text-align: right; -} - .prompt .form-group { margin-bottom: 1rem; } @@ -728,22 +713,12 @@ a.btn, justify-content: space-between; } -.prompt .stick, -.prompt input { - width: 100%; - box-sizing: border-box; -} - .prompt .btn.btn-important { padding-right: 1.5rem; padding-left: 1.5rem; font-size: 1.1rem; } -.prompt p { - margin: 20px 0; -} - /*=== New article notification */ #new-article { background: #0084cc; -- cgit v1.2.3