Skip to content

Commit

Permalink
polished verison
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Dec 17, 2019
1 parent 8974348 commit 462e0ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions template/report3.css
Original file line number Diff line number Diff line change
Expand Up @@ -8299,7 +8299,7 @@ span {
background: -o-linear-gradient(top, #ebebeb, #d5d5d5);
background: linear-gradient(top, #ebebeb, #d5d5d5);
color: #4d494d;
font-size: 11pt;
font-size: calc(13px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
line-height: 24px;
text-align: center;
width: 100%;
Expand Down Expand Up @@ -8399,11 +8399,11 @@ span {
padding-right: 10px;
padding-top: 3px;
background: #999;
font-size: 12pt;
line-height: 16px;
font-size: 14pt;
line-height: 24px;
margin: 6px;
height: 16px;
border: 1px solid #14ae46;
height: 24px;
border: 1px solid #458b5c;

}

Expand Down
3 changes: 1 addition & 2 deletions template/report3.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ <h2 class="mdl-card__title-text">Test {{$resultType}} ({{ len $results }}/{{ $.T
</div>
<div>
<div class="mdl-grid ">
<input size="30" id="{{$resultType}}searchbox{{$i}}" class="search_box" type="text" placeholder="🔍 search... ">

<input size="26" id="{{$resultType}}searchbox{{$i}}" class="search_box" type="text" placeholder="🔍 search... ">
</div>
<div id="{{$resultType}}testcontent{{ $i }}" class="content">
{{range $r.Events}}
Expand Down

0 comments on commit 462e0ac

Please sign in to comment.