liquid_feedback_frontend

changeset 1551:dac776cd0a7f

Added css style for trace
author bsw
date Tue Oct 27 12:35:39 2020 +0100 (2020-10-27)
parents a13a0071f873
children 282c46bccb7a 958738fe1016
files app/main/_layout/default.html
line diff
     1.1 --- a/app/main/_layout/default.html	Tue Oct 27 12:35:01 2020 +0100
     1.2 +++ b/app/main/_layout/default.html	Tue Oct 27 12:35:39 2020 +0100
     1.3 @@ -702,6 +702,66 @@
     1.4  div.form .member_photo .member_image.member_image_photo {
     1.5    margin-top: 0;
     1.6  }
     1.7 +
     1.8 +.trace_list {
     1.9 +  margin-left: 10px;
    1.10 +  list-style-type: none;
    1.11 +  padding: 0;
    1.12 +  line-height: 120%;
    1.13 +}
    1.14 +
    1.15 +.trace_list .trace_list {
    1.16 +  padding-left: 10px;
    1.17 +  border-left: 1px solid #999;
    1.18 +}
    1.19 +
    1.20 +.trace_list .trace_head {
    1.21 +  margin-top: 10px;
    1.22 +  padding: 3px 5px 3px 5px;
    1.23 +  font-weight: 700;
    1.24 +}
    1.25 +
    1.26 +.trace_list li {
    1.27 +  margin-top: 5px;
    1.28 +  margin-bottom: 5px;
    1.29 +}
    1.30 +
    1.31 +.trace_list .trace_filter .trace_head {
    1.32 +  background: #acf;
    1.33 +  color: #000;
    1.34 +}
    1.35 +
    1.36 +.trace_list .trace_request .trace_head,
    1.37 +.trace_list .trace_view .trace_head {
    1.38 +  background: #000;
    1.39 +  color: #fff;
    1.40 +}
    1.41 +
    1.42 +.trace_list .trace_config .trace_head,
    1.43 +.trace_list .trace_view .trace_view .trace_head {
    1.44 +  background: #ccc;
    1.45 +  color: #000;
    1.46 +}
    1.47 +
    1.48 +.trace_list .trace_head .time {
    1.49 +  float: right;
    1.50 +  font-weight: 500;
    1.51 +  font-size: 90%;
    1.52 +  line-height: 100%;
    1.53 +  margin-top: 5px;
    1.54 +}
    1.55 +
    1.56 +.trace_list .trace_sql {
    1.57 +  color: #050;
    1.58 +}
    1.59 +
    1.60 +.trace_list .trace_sql_time {
    1.61 +  background: #070;
    1.62 +  color: #fff;
    1.63 +  padding: 0px 3px;
    1.64 +  border-radius: 5px;
    1.65 +}
    1.66 +
    1.67    </style>
    1.68  <!-- WEBMCP SLOTNODIV meta_navigation_style -->
    1.69    

Impressum / About Us