Make collapsibles consistent with the rest of dash
This commit is contained in:
parent
b1fd2ed614
commit
c242ab86f8
1 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
<p id="overview"></p>
|
||||
|
||||
<div data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em;" data-theme="a">
|
||||
<div data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em;">
|
||||
<h3>Install</h3>
|
||||
<p id="pCurrentVersion"></p>
|
||||
<p id="pSelectVersion" class="hide">
|
||||
|
@ -33,7 +33,7 @@
|
|||
</form>
|
||||
|
||||
<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
<div class="premiumPackage" data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em; display: none" data-theme="a">
|
||||
<div class="premiumPackage" data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em; display: none" >
|
||||
<h3>Registration</h3>
|
||||
<p id="regStatus">
|
||||
</p>
|
||||
|
@ -61,7 +61,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em;" data-theme="a">
|
||||
<div data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em;" >
|
||||
<h3>Developer Info</h3>
|
||||
<p id="developer"></p>
|
||||
<p id="pViewWebsite" style="display: none;">
|
||||
|
@ -69,7 +69,7 @@
|
|||
</p>
|
||||
</div>
|
||||
|
||||
<div data-role="collapsible" data-content-theme="c" style="margin-top: 2em;" data-theme="a">
|
||||
<div data-role="collapsible" data-content-theme="c" style="margin-top: 2em;">
|
||||
<h3>Revision History</h3>
|
||||
<div id="revisionHistory"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue