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:
Jan Dittberner 2015-01-26 13:38:26 +01:00
parent fd6449dff1
commit d5eccafea7
2 changed files with 21 additions and 10 deletions

View file

@ -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;
}