2 new revisions: Revision: 0f7c498a12ae Author: Robot Framework Developers (robotframew...@gmail.com) Date: Thu May 31 05:10:26 2012 Log: log level selector: rm unnecessary styles, added comment http://code.google.com/p/robotframework/source/detail?r=0f7c498a12ae
Revision: 317d2052b743 Author: Robot Framework Developers (robotframew...@gmail.com) Date: Thu May 31 05:31:19 2012 Log: log css: fixed aligning error messages http://code.google.com/p/robotframework/source/detail?r=317d2052b743 ============================================================================== Revision: 0f7c498a12ae Author: Robot Framework Developers (robotframew...@gmail.com) Date: Thu May 31 05:10:26 2012 Log: log level selector: rm unnecessary styles, added comment http://code.google.com/p/robotframework/source/detail?r=0f7c498a12ae Modified: /src/robot/htmldata/rebot/log.css ======================================= --- /src/robot/htmldata/rebot/log.css Thu May 31 05:05:46 2012 +++ /src/robot/htmldata/rebot/log.css Thu May 31 05:10:26 2012 @@ -57,18 +57,6 @@ table.messages td.time { width: 6em; } -.trace_message { - display: table; -} -.debug_message { - display: table; -} -.info_message { - display: table; -} -.warn_message { - display: table; -} table.errors td.time { width: 10em; white-space: nowrap; @@ -77,6 +65,14 @@ width: 5em; text-align: center; } +/* Message tables - these MUST NOT be combined together because otherwise + dynamically altering them based on visible log level is not possible. */ +.trace_message { + display: table; +} +.debug_message { + display: table; +} /* Metadata */ table.metadata th { width: 13em; ============================================================================== Revision: 317d2052b743 Author: Robot Framework Developers (robotframew...@gmail.com) Date: Thu May 31 05:31:19 2012 Log: log css: fixed aligning error messages http://code.google.com/p/robotframework/source/detail?r=317d2052b743 Modified: /src/robot/htmldata/rebot/log.css ======================================= --- /src/robot/htmldata/rebot/log.css Thu May 31 05:10:26 2012 +++ /src/robot/htmldata/rebot/log.css Thu May 31 05:31:19 2012 @@ -51,7 +51,7 @@ font-family: monospace; font-size: 1.2em; } -table.messages td, table.errors.td { +table.messages td, table.errors td { vertical-align: top; } table.messages td.time {