Jan Dittberner
d5eccafea7
- add CSS classes for table column width - use same CSS class for same type of column in domain, mailbox and database tables
10 lines
180 B
CSS
10 lines
180 B
CSS
/*! 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;
|
|
}
|