Last minute styling adjustments

This commit is contained in:
Rob Harrington
2015-06-12 12:40:24 +08:00
parent 59d5ebe9d4
commit 6ab5efbe02
3 changed files with 15 additions and 3 deletions

View File

@@ -57,7 +57,7 @@
%p Sell your products directly to customers through your very own Open Food Network shopfront.
%p A Producer Shop is for your produce only, if you want to sell produce grown/produced off site, select 'Producer Hub'.
%p A Producer Shop is for your produce only, if you want to sell produce grown/produced off site, please select 'Producer Hub'.
.info{ ng: { switch: { when: "any" } } }
%h3 Producer Hub

View File

@@ -1,9 +1,9 @@
.row.enterprise_status_panel{ ng: { controller: 'indexStatusPanelCtrl' } }
.alpha.sixteen.columns
%h3{ ng: { show: "issues.length == 0 && warnings.length == 0" } }
%h4.status-ok.text-center{ ng: { show: "issues.length == 0 && warnings.length == 0" } }
%i.icon-ok-sign
You're all set up and ready to go!
{{ object.name }} is set up and ready to go!
%table{ ng: { show: "issues.length > 0 || warnings.length > 0" } }
%thead

View File

@@ -83,6 +83,18 @@
}
.enterprise_status_panel {
.status-ok {
margin: 30px 0px;
i.icon-ok-sign {
color: #9fc820;
font-size: 1.5rem;
}
}
td.description{
font-size: 0.9rem;
}
td.severity {
i {
font-size: 1.5rem;