mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-06 02:02:53 +00:00
28 lines
338 B
CSS
28 lines
338 B
CSS
#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;
|
|
}
|