improve table layout on hosting package detail page
- add CSS classes for table column width - use same CSS class for same type of column in domain, mailbox and database tables
This commit is contained in:
parent
fd6449dff1
commit
d5eccafea7
2 changed files with 21 additions and 10 deletions
|
@ -1 +1,10 @@
|
|||
/*! project specific CSS goes here. */
|
||||
table thead th.actions-column {
|
||||
width: 5em;
|
||||
}
|
||||
table thead th.status-column {
|
||||
width: 5em;
|
||||
}
|
||||
table thead th.name-column {
|
||||
width: 15em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue