# HG changeset patch # User bsw # Date 1427053091 -3600 # Node ID 6d0e762bc10569cb261fb9378baa10f4f861cfd8 # Parent 2c5353077e26371a91574dda4889d5313ed8e9f2 Updated style for trace diff -r 2c5353077e26 -r 6d0e762bc105 static/lf3.css --- a/static/lf3.css Sun Mar 22 18:57:23 2015 +0100 +++ b/static/lf3.css Sun Mar 22 20:38:11 2015 +0100 @@ -1583,6 +1583,10 @@ padding: 2px 4px; margin-top: 8px; } +#trace_content .trace_sql_time { + float: right; + font-weight: bold; +} #trace_content .trace_error { background-color: #faa; color: #000; diff -r 2c5353077e26 -r 6d0e762bc105 static/lf3.less --- a/static/lf3.less Sun Mar 22 18:57:23 2015 +0100 +++ b/static/lf3.less Sun Mar 22 20:38:11 2015 +0100 @@ -1951,6 +1951,9 @@ padding: 2px 4px; margin-top: 8px; } + .trace_sql_time { + float: right; + } .trace_error { background-color: #faa; color: #000;