Add support for org-based subscriptions

This commit is contained in:
Joseph Schorr 2013-11-06 14:19:56 -05:00
parent 97a7cd23e7
commit e356a10378
5 changed files with 109 additions and 35 deletions

View file

@ -2,6 +2,10 @@
font-family: 'Droid Sans', sans-serif;
}
.button-hidden {
visibility: hidden;
}
.organization-header-element {
padding: 20px;
margin-bottom: 20px;
@ -1242,10 +1246,6 @@ p.editable:hover i {
text-align: center;
}
.user-admin .panel-plan .button-hidden {
visibility: hidden;
}
.user-admin .plan-description {
font-size: 1.2em;
margin-bottom: 10px;