fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5232e0f
)
Minor css fix.
author
Radek Czajka
<rczajka@rczajka.pl>
Thu, 28 Nov 2019 23:30:43 +0000
(
00:30
+0100)
committer
Radek Czajka
<rczajka@rczajka.pl>
Thu, 28 Nov 2019 23:30:43 +0000
(
00:30
+0100)
src/club/templates/club/membership_form.html
patch
|
blob
|
history
diff --git
a/src/club/templates/club/membership_form.html
b/src/club/templates/club/membership_form.html
index
1ba7c4b
..
ac4e4c1
100644
(file)
--- a/
src/club/templates/club/membership_form.html
+++ b/
src/club/templates/club/membership_form.html
@@
-67,22
+67,21
@@
.inna.active .button {display: none;}
.ambassador {
- display: flex;
- justify-content: end;
- padding: 2em;
+ padding: 2em 145px 2em 2em;
margin-bottom: 1em;
border: 1px solid #ddd;
+ position: relative;
}
.ambassador img {
border-radius: 100%;
- margin-left: 1em;
- align-self: center;
height: 100px;
- width:100px;
+ width: 100px;
+ position: absolute;
+ top: 30px;
+ right: 30px;
}
.ambassador div {
text-align: right;
- align-self: center;
line-height: 1.5em;
}