mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Image was too wide on invite acceptance form
This commit is contained in:
parent
8d11df6971
commit
e6d4a09b55
2 changed files with 6 additions and 11 deletions
|
@ -121,7 +121,6 @@ $input-width: 220px;
|
||||||
|
|
||||||
.col-image {
|
.col-image {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 150px;
|
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
@ -136,12 +136,6 @@
|
||||||
.two-col {
|
.two-col {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
.col-image {
|
|
||||||
width: 200px;
|
|
||||||
img {
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.col-form {
|
.col-form {
|
||||||
margin-left: 200px;
|
margin-left: 200px;
|
||||||
.inline-invite-img {
|
.inline-invite-img {
|
||||||
|
@ -191,13 +185,15 @@
|
||||||
.col-form {
|
.col-form {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
.col-image {
|
||||||
|
width: 175px;
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
h2 {
|
h2 {
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
.col-image img {
|
|
||||||
width: 200px;
|
|
||||||
height: 200px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.password-reset {
|
.password-reset {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue