mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 03:48:49 +00:00
Pledgie addon allows to configure the Pledgie campaign to use
This commit is contained in:
parent
0e5e456e20
commit
9e8edd103d
2 changed files with 100 additions and 10 deletions
28
pledgie/pledgie.css
Executable file
28
pledgie/pledgie.css
Executable file
|
@ -0,0 +1,28 @@
|
|||
#pledgie-label {
|
||||
float: left;
|
||||
width: 300px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#pledgie-campaign {
|
||||
float: left;
|
||||
margin-top: 10px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#pledgie-describe {
|
||||
float: left;
|
||||
margin-top: 10px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#pledgie-submit {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.pledgie {
|
||||
text-align: center;
|
||||
width 100%;
|
||||
margin-top: 25px;
|
||||
font-size: 20px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue