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/Flat/flat.css | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'p/themes/Flat/flat.css') diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index c25cc5d32..bb1a621ea 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -669,21 +669,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; } @@ -699,22 +684,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: #3498db; -- cgit v1.2.3