Document remaining time format options

This commit is contained in:
JonnyWong16 2016-03-01 20:31:21 -08:00
parent 2afca9f2b4
commit 0e2504fc78
3 changed files with 208 additions and 52 deletions

View file

@ -2656,6 +2656,7 @@ table[id^='media_info_child'] table[id^='media_info_child'] thead th {
margin: 5px 0 0 0.5em;
}
.notification-params {
width: 100%;
margin-top: 10px;
background-color: #282828;
}
@ -2670,6 +2671,14 @@ table[id^='media_info_child'] table[id^='media_info_child'] thead th {
padding-left: 10px;
width: 200px;
}
.notification-params.time-options td:first-child {
padding-left: 10px;
width: 125px;
}
.notification-params.time-options td:nth-child(2) {
padding-left: 10px;
width: 275px;
}
.notification-params td:not(:first-child) {
padding-right: 10px;
}