diff --git a/resources/mhttpd.css b/resources/mhttpd.css index 71c73a4..066cfe6 100644 --- a/resources/mhttpd.css +++ b/resources/mhttpd.css @@ -286,7 +286,7 @@ div.wrapper{ margin: 0 auto -3em; } -.historyConfigTable, .dialogTable, .messageBox, .genericTable, .sequencerTable{ +.historyConfigTable, .runlogTable, .dialogTable, .messageBox, .genericTable, .sequencerTable{ border-radius: 12px; border: 2px solid #00B26B; background-color: #EEEEEE; @@ -304,6 +304,22 @@ table.sequencerTable td table{ margin: 0px; } +table.genericTable tr:nth-child(even){ + background: #EEEEEE; +} +table.genericTable tr:nth-child(odd){ + background: #FAFAFA; +} + +table.runlogTable td{ + border:none; + text-align: left; + font-family: monospace; +} + +table.runlogTable pre{ + line-height: 125%; +} table.dialogTable td{ border:none;