diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 7bc20cb98f..5b69b4aba0 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -68,9 +68,10 @@ caption {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:2px .colhead th a{color:#333; font-size:14px;} .colhead th a:hover{color:#F30;} -.rowhead {font-weight:bold; text-align:right; width:100px; border-right:1px solid #e4e4e4} -.fixed {table-layout:fixed} +.rowhead {font-weight:bold; text-align:right; width:100px; border-right:1px solid #e4e4e4} +fieldset .rowhead {border:none} +.fixed {table-layout:fixed} .nobr {overflow:hidden; white-space:nowrap;} .fixed th, .fixed td {overflow:hidden; white-space:nowrap;} .nofixed th, .nofixed td {overflow:visible; white-space:normal}