diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 082427068e..607cdbf150 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -173,7 +173,8 @@ caption {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:2px .colhead th a{color:#333; font-size:12px;} .colhead th a:hover{color:#F30;} -.rowhead {font-weight:bold; text-align:right; border-right:1px solid #e4e4e4} +.rowhead {font-weight:bold; text-align:right; width:100px; border-right:1px solid #e4e4e4} +.side .rowhead {width:20%} .fixed {table-layout:fixed} .nobr {overflow:hidden; white-space:nowrap;}