Skip to content

fix collapse panel #260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions css/codeception.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ body #home-hero h1 {
}

.panel-collapse-body {
padding: 10px;
margin-top: 1em;
margin-bottom: 1em;
}

.maintainer a {
Expand Down Expand Up @@ -1548,4 +1549,4 @@ body #footer .links {
height: 52px;
margin-right: 6px;
fill: #666666;
}
}
24 changes: 20 additions & 4 deletions quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ <h4 class="panel-title">1.Install</h4></div>
See Demo
</a>

<p class="collapse" id="bootstrap-demo"><img src="/images/codecept_bootstrap.gif" alt=""></p>
<div class="collapse" id="bootstrap-demo">
<div class="panel-collapse-body">
<img src="/images/codecept_bootstrap.gif" alt="">
</div>
</div>
</div> <!-- /.panel-body -->
</div> <!-- /.panel -->

Expand Down Expand Up @@ -156,7 +160,11 @@ <h4>Acceptance Testing (only)</h4>
See Demo
</a> <a href="/docs/03-AcceptanceTests" class="btn btn-secondary">Acceptance Testing Guide &raquo;</a>

<p class="collapse" id="acceptance-demo"><img src="/images/codecept_acceptance.gif" alt=""></p>
<div class="collapse" id="acceptance-demo">
<div class="panel-collapse-body">
<img src="/images/codecept_acceptance.gif" alt="">
</div>
</div>

<hr>

Expand All @@ -173,7 +181,11 @@ <h4>REST API Testing (only)</h4>

<a href="/docs/10-APITesting" class="btn btn-secondary">REST API Testing Guide &raquo;</a>

<p class="collapse" id="api-demo"><img src="/images/codecept_api.gif" alt=""></p>
<div class="collapse" id="api-demo">
<div class="panel-collapse-body">
<img src="/images/codecept_api.gif" alt="">
</div>
</div>

<hr>

Expand All @@ -189,7 +201,11 @@ <h4>Unit Testing (only)</h4>

<a href="/docs/05-UnitTests" class="btn btn-secondary">Unit Testing Guide &raquo;</a>

<p class="collapse" id="unit-demo"><img src="/images/codecept_unit.gif" alt=""></p>
<div class="collapse" id="unit-demo">
<div class="panel-collapse-body">
<img src="/images/codecept_unit.gif" alt="">
</div>
</div>

</div>

Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy