small formatting changes

pull/1/head
Andromeda Yelton 2012-05-02 14:10:58 -04:00
parent 122454b949
commit a3ce812467
3 changed files with 5 additions and 1 deletions

View File

@ -185,7 +185,7 @@ def getManageCampaignForm ( instance, data=None, *args, **kwargs ):
fields = 'description', 'details', 'license', 'target', 'deadline', 'paypal_receiver', 'edition'
widgets = {
'description': forms.Textarea(attrs={'cols': 80, 'rows': 20}),
'details': forms.Textarea(attrs={'cols': 80, 'rows': 20}),
'details': forms.Textarea(attrs={'cols': 80, 'rows': 5}),
'deadline': SelectDateWidget,
}

View File

@ -108,12 +108,14 @@
font-weight: bold;
border: none;
margin: 0;
line-height: 16px;
}
#js-leftcol .jsmodule.rounded .jsmod-content.ACTIVE, .pledge.jsmodule.rounded .jsmod-content.ACTIVE {
background: #8dc63f;
color: white;
font-size: 18px;
font-weight: normal;
line-height: 20px;
}
#js-leftcol .jsmodule.rounded .jsmod-content.No.campaign.yet, .pledge.jsmodule.rounded .jsmod-content.No.campaign.yet {
background: #e18551;

View File

@ -36,12 +36,14 @@
font-weight:bold;
border:none;
margin:0;
line-height: 16px;
&.ACTIVE {
background: @green;
color: white;
font-size: 18px;
font-weight: normal;
line-height: 20px;
}
&.No.campaign.yet {