diff options
Diffstat (limited to 'template/default/copper/style.css')
-rw-r--r-- | template/default/copper/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/default/copper/style.css b/template/default/copper/style.css index bbb40c4..6bbb183 100644 --- a/template/default/copper/style.css +++ b/template/default/copper/style.css @@ -58,7 +58,8 @@ label + input { margin-left: 1em; } .col_duration { padding-left: 3px; padding-right: 3px; width: 120px; vertical-align: top; } .col_name, .col_title * { padding-left: 3px; padding-right: 3px; min-width: 50px; white-space: normal; } .col_info, .col_record { width: 65px; text-align: center; } -.col_active, .col_stream { width: 70px; max-width: 70px; } +.col_active { width: 75px; max-width: 75px; } +.col_stream { width: 70px; max-width: 70px; } .col_channel { width: 120px; } .col_start, .col_stop, .col_date, .col_time { width: 66px; text-align: right; } .col_edit, .col_delete, .col_checkbox { text-align: center; width: 30px; max-width: 30px; } |