Make collapsibles consistent with the rest of dash

This commit is contained in:
Eric Reed 2013-08-26 14:08:19 -04:00
parent b1fd2ed614
commit c242ab86f8

View File

@ -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>