mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Minor login layout fixes
This commit is contained in:
@@ -22,6 +22,11 @@
|
||||
td {
|
||||
padding-right: 5px;
|
||||
}
|
||||
#credentials {
|
||||
tr:first-of-type {
|
||||
margin-bottom: 0.75em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#new-account-link {
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
margin-top: 3.2em;
|
||||
}
|
||||
&:last-of-type {
|
||||
margin-bottom: 2.5em;
|
||||
margin-bottom: 3.2em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
@@ -168,6 +167,9 @@
|
||||
}
|
||||
.controls {
|
||||
margin-left: 0;
|
||||
label {
|
||||
line-height: $line-height-medium;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user