liquid_feedback_frontend

changeset 1151:6d0e762bc105

Updated style for trace
author bsw
date Sun Mar 22 20:38:11 2015 +0100 (2015-03-22)
parents 2c5353077e26
children 851d4710452f
files static/lf3.css static/lf3.less
line diff
     1.1 --- a/static/lf3.css	Sun Mar 22 18:57:23 2015 +0100
     1.2 +++ b/static/lf3.css	Sun Mar 22 20:38:11 2015 +0100
     1.3 @@ -1583,6 +1583,10 @@
     1.4    padding: 2px 4px;
     1.5    margin-top: 8px;
     1.6  }
     1.7 +#trace_content .trace_sql_time {
     1.8 +  float: right;
     1.9 +  font-weight: bold;
    1.10 +}
    1.11  #trace_content .trace_error {
    1.12    background-color: #faa;
    1.13    color: #000;
     2.1 --- a/static/lf3.less	Sun Mar 22 18:57:23 2015 +0100
     2.2 +++ b/static/lf3.less	Sun Mar 22 20:38:11 2015 +0100
     2.3 @@ -1951,6 +1951,9 @@
     2.4      padding: 2px 4px;
     2.5      margin-top: 8px;
     2.6    }
     2.7 +  .trace_sql_time {
     2.8 +    float: right;
     2.9 +  }
    2.10    .trace_error {
    2.11      background-color: #faa;
    2.12      color: #000;

Impressum / About Us