Start on org admin page
This commit is contained in:
parent
91806ee252
commit
b145f72369
3 changed files with 184 additions and 1 deletions
|
@ -1490,6 +1490,26 @@ p.editable:hover i {
|
|||
padding: 6px;
|
||||
}
|
||||
|
||||
.org-admin .plans-table thead td {
|
||||
color: #aaa;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.org-admin .plans-table td {
|
||||
padding: 10px;
|
||||
font-size: 16px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.org-admin .plans-table td.controls {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.org-admin .plans-table .plan-price {
|
||||
font-size: 16px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
/* Overrides for typeahead to work with bootstrap 3. */
|
||||
|
||||
.twitter-typeahead .tt-query,
|
||||
|
|
Reference in a new issue