Approaches with mailbox plan changed: ServerAdmin and Reseller are able to
define global plans. The plans will accumulate through out the tree. Various UI optimizations Before defining global plans ensure you create a hosted organization for each reseller. Spaces -> Hosted Organization -> New Organization
This commit is contained in:
parent
a99d7f8edd
commit
3be20ebaa4
32 changed files with 1745 additions and 580 deletions
|
@ -219,6 +219,22 @@ TEXTAREA.TextBox200
|
|||
width: 200px;
|
||||
}
|
||||
|
||||
TEXTAREA.TextBox300
|
||||
{
|
||||
border: solid 1px #909090;
|
||||
padding-left: 2px;
|
||||
padding-top: 1px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
TEXTAREA.TextBox400
|
||||
{
|
||||
border: solid 1px #909090;
|
||||
padding-left: 2px;
|
||||
padding-top: 1px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.HugeTextBox
|
||||
{
|
||||
font-family: Tahoma;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue