aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Screwdriver/screwdriver.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-08-15 20:09:10 +0200
committerGravatar GitHub <noreply@github.com> 2022-08-15 20:09:10 +0200
commit36a615beeb84dcf0ee87a6f598a37e3d53236837 (patch)
treeda48907bd4e343a5d22938b9f8cff30d7c07cc48 /p/themes/Screwdriver/screwdriver.css
parent96e0efa6f09271f34941f7078179921e194395ab (diff)
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
Diffstat (limited to 'p/themes/Screwdriver/screwdriver.css')
-rw-r--r--p/themes/Screwdriver/screwdriver.css22
1 files changed, 0 insertions, 22 deletions
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css
index 0edf73c63..541e7f8ac 100644
--- a/p/themes/Screwdriver/screwdriver.css
+++ b/p/themes/Screwdriver/screwdriver.css
@@ -706,21 +706,9 @@ a.btn {
/*=== Prompt (centered) */
.prompt {
- max-width: 20rem;
- margin-left: auto;
- margin-right: auto;
- padding-left: .5rem;
- padding-right: .5rem;
- text-align: center;
text-shadow: 0 1px rgba(255,255,255,0.08);
}
-.prompt form {
- margin-top: 2rem;
- margin-bottom: 3rem;
- text-align: left;
-}
-
.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;