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/Ansum/_layout.scss | 21 --------------------- p/themes/Ansum/ansum.css | 18 ------------------ p/themes/Ansum/ansum.rtl.css | 18 ------------------ 3 files changed, 57 deletions(-) (limited to 'p/themes/Ansum') diff --git a/p/themes/Ansum/_layout.scss b/p/themes/Ansum/_layout.scss index 4f2bf2a90..b35b1ded7 100644 --- a/p/themes/Ansum/_layout.scss +++ b/p/themes/Ansum/_layout.scss @@ -109,30 +109,9 @@ height: calc(100% - 4rem); } - - - /*=== Prompt (centered) */ -.prompt { - text-align: center; -} - -.prompt label { - text-align: left; -} - -.prompt form { - margin: 10px auto 20px auto; - width: 200px; -} - .prompt input { margin: 5px auto; - width: 100%; -} - -.prompt p { - margin: 20px 0; } /*=== New article notification */ diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index 9976ac825..8b91139ca 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -819,26 +819,8 @@ form th { } /*=== Prompt (centered) */ -.prompt { - text-align: center; -} - -.prompt label { - text-align: left; -} - -.prompt form { - margin: 10px auto 20px auto; - width: 200px; -} - .prompt input { margin: 5px auto; - width: 100%; -} - -.prompt p { - margin: 20px 0; } /*=== New article notification */ diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index 3f974f9f7..2dc349ead 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -819,26 +819,8 @@ form th { } /*=== Prompt (centered) */ -.prompt { - text-align: center; -} - -.prompt label { - text-align: right; -} - -.prompt form { - margin: 10px auto 20px auto; - width: 200px; -} - .prompt input { margin: 5px auto; - width: 100%; -} - -.prompt p { - margin: 20px 0; } /*=== New article notification */ -- cgit v1.2.3