mirror of
https://github.com/seigler/govobject-proposal
synced 2025-07-27 06:46:10 +00:00
move proposol header and description to right side of form
This commit is contained in:
parent
41dc9b9434
commit
333061be05
2 changed files with 40 additions and 3 deletions
|
@ -68,6 +68,32 @@ i.fa {
|
|||
width: 20%;
|
||||
}
|
||||
|
||||
#side-header {
|
||||
margin-top: 40%;
|
||||
}
|
||||
|
||||
#side_header_description {
|
||||
margin: 20% 0% 20% 0%;
|
||||
}
|
||||
|
||||
#proposal_link {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
#side-header {
|
||||
margin-top: 4%;
|
||||
}
|
||||
|
||||
.proposalBlock {
|
||||
margin-top: 0%;
|
||||
}
|
||||
|
||||
.header_description {
|
||||
margin: 1% 0% 1% 0%;
|
||||
}
|
||||
}
|
||||
|
||||
#walletCommandsHeader {
|
||||
margin-top:2em;
|
||||
}
|
||||
|
|
17
index.html
17
index.html
|
@ -95,8 +95,7 @@
|
|||
<img src="images/dash_logo.png" alt="dash governance tools">
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h2 class="header_title">Dash Budget Proposal Generator</h2>
|
||||
<h5 class="header_description">Generate budget proposal commands you can copy/paste into your Dash wallet to prepare a budget proposal and submit it to the network.</h5>
|
||||
|
||||
</div>
|
||||
<!-- -->
|
||||
<!-- -->
|
||||
|
@ -111,8 +110,19 @@
|
|||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-2 col-md-2 col-md-push-8">
|
||||
<div class="row" id="side-header">
|
||||
<div class="col-xs-12">
|
||||
<div >
|
||||
<h3 class="header_title">Dash Budget Proposal</h3>
|
||||
<p id="side_header_description" class="header_description">Generate budget proposal commands you can copy/paste into your Dash wallet to prepare a budget proposal and submit it to the network.</p>
|
||||
<a href="#"><h5 id="proposal_link">Proposal Generator</h5></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-7 col-md-7 col-md-offset-2 col-sm-12 col-sm-offset-0 col-xs-12 col-xs-offset-0">
|
||||
<div class="col-lg-6 col-md-6 col-md-offset-2 col-md-pull-2 col-sm-12 col-sm-offset-0 col-xs-12 col-xs-offset-0">
|
||||
<div class="proposalBlock createProposal">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
|
@ -281,6 +291,7 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue