mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-06 07:54:52 +00:00
moved button, not that pretty
This commit is contained in:
parent
ff0365c157
commit
f1372fc449
2 changed files with 14 additions and 8 deletions
|
@ -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")}
|
||||
|
|
|
@ -116,3 +116,10 @@
|
|||
|
||||
.card .btn { white-space:normal; }
|
||||
}
|
||||
|
||||
#changePlanSection {
|
||||
padding-top: 30px;
|
||||
.changePlanButton {
|
||||
padding-top: 15px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue