Pledgie addon allows to configure the Pledgie campaign to use

This commit is contained in:
hauke 2015-05-13 22:28:09 +02:00
parent 0e5e456e20
commit 9e8edd103d
2 changed files with 100 additions and 10 deletions

28
pledgie/pledgie.css Executable file
View 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;
}