Blame view
sources/apps/activity/css/settings.css
351 Bytes
|
6d9380f96
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
table.activitysettings {
max-width: 550px;
white-space: normal;
}
table.activitysettings th.small {
width: 5em;
}
table.activitysettings tbody tr {
height: 2.5em;
}
table.activitysettings th.small,
table.activitysettings td.small {
text-align: center;
}
table.activitysettings td.small label {
width: 100%;
height: 100%;
display: block;
}
|