moved button, not that pretty

This commit is contained in:
Henry Oswald 2014-09-05 16:11:19 +01:00
parent ff0365c157
commit f1372fc449
2 changed files with 14 additions and 8 deletions

View file

@ -68,9 +68,13 @@ block content
-if(subscription.groupPlan)
a(href="/subscription/group").btn.btn-success !{translate("manage_group")}
span(ng-controller="CurrenyDropdownController")
.dropdown
a.btn.btn-primary.dropdown-toggle#currenyDropdown(
div(ng-hide="changePlan", ng-cloak)#changePlanSection
h2.col-md-7 !{translate("change_plan")}
span.dropdown.col-md-1.changePlanButton(ng-controller="CurrenyDropdownController")
a.btn.btn-primary.dropdown-toggle(
href="#",
data-toggle="dropdown"
)
@ -81,11 +85,6 @@ block content
href,
ng-click="changeCurreny(currency)"
) {{currency}} ({{value['symbol']}})
div(ng-hide="changePlan", ng-cloak)
hr
h2 !{translate("change_plan")}
p: table.table
tr
th !{translate("name")}

View file

@ -116,3 +116,10 @@
.card .btn { white-space:normal; }
}
#changePlanSection {
padding-top: 30px;
.changePlanButton {
padding-top: 15px;
}
}