Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanth-sams committed Sep 13, 2020
2 parents 95a8cf4 + dbe16ec commit 18cba04
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -17,4 +17,5 @@ archive
output.json
pytest_html_report.html
pytest_screenshots
coverage.xml
coverage.xml
build
16 changes: 8 additions & 8 deletions pytest_html_reporter/template.py
Expand Up @@ -31,7 +31,7 @@ def html_template():
.sidenav {
height: 100%;
width: 240px;
width: 220px;
position: fixed;
z-index: 1;
top: 0;
Expand Down Expand Up @@ -79,7 +79,7 @@ def html_template():
.tablecard {
background-color: white;
font-size: 15px;
font-size: 14px;
}
tr {
height: 40px;
Expand Down Expand Up @@ -229,7 +229,7 @@ def html_template():
.footer-section__label {
text-transform: uppercase;
color: slategrey;
font-size: 1.0rem;
font-size: 9pt;
}
.list-group-item {
Expand All @@ -249,7 +249,7 @@ def html_template():
.archive-body {
height: 100%;
background-color: #ffff;
max-width: 85%;
max-width: 80%;
border-radius: 4px;
box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
margin-bottom: 0.8%;
Expand Down Expand Up @@ -473,7 +473,7 @@ def html_template():
<body>
<div class="loader"></div>
<div class="sidenav">
<a><img class="wrimagecard" src="__custom_logo__" style="max-width:98%;" /></a>
<a onclick="openPage('dashboard', this, '', '', '')"><img class="wrimagecard" src="__custom_logo__" style="max-width:98%;" /></a>
<a class="tablink" href="#" id="defaultOpen" onclick="openPage('dashboard', this, 'white', '#565656', 'groove')">
<i class="fa fa-home" id="tablinkicon" style="color:currentcolor; margin:5% 5% 5% 10%"></i> Dashboard
</a>
Expand Down Expand Up @@ -520,7 +520,7 @@ def html_template():
</div>
</div>
<div>
<div style="height: 350px; margin-left: 22%;margin-top: -50%;">
<div style="height: 320px; margin-left: 22%;margin-top: -50%;">
<canvas id="myChart" style="margin-top: 16%; height: 64%; width: 100%; margin-left: 16%;"></canvas>
</div>
<div style="margin-top: -11%;">
Expand Down Expand Up @@ -665,9 +665,9 @@ def html_template():
</div>
<div class="tabcontent" id="archives">
<div id="list-example" class="list-group archive-build-row">
__archive_status__
__archive_status__
</div>
<div data-spy="scroll" data-target="#list-example" data-offset="0" class="scrollspy-example">
__archive_body_content__
</div>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@ def read(fname):

setup(
name="pytest-html-reporter",
version="0.2.1",
version="0.2.2",
author="Prashanth Sams",
author_email="sams.prashanth@gmail.com",
maintainer="Prashanth Sams",
Expand Down

0 comments on commit 18cba04

Please sign in to comment.