Skip to content
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

Add ID Guessing Based on Entered Field Title #10

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
HTML/CSS Cleanup
Will Moore committed Apr 20, 2016
commit f9126d923089d95d8a13772313f94fb7a90d7ba1
12 changes: 8 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
body {
padding-top: 40px;
padding-top: 20px;
font-family: "Open Sans";
font-size: 14px;
}

.maintitle {
font-size: 28px;
}
.maintitle .fa {
/*color: rgba(253, 172, 95, 0.5);*/
color: #ddd;
}

.section-dark {
background-color: #efefef;
@@ -17,8 +21,8 @@ body {
}

.section {
margin-top: 20px;
padding: 50px 0px;
border-top: 1px solid #bbbbbb;
padding: 30px 0px;
}

.section h2 {
@@ -129,7 +133,7 @@ form {
}

.hero {
margin-bottom: 50px;
margin-bottom: 30px;
}

.generate {
12 changes: 5 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -18,9 +18,8 @@
<div class="container hero">
<div class="row">
<div class="col-md-12">
<h1 class="maintitle">CMB2 Metabox Code Generator</h1>

<p>Use this generator to create fully functional CMB2 metaboxes easily. Save your time from boring works.</p>
<h1 class="maintitle"><i class="fa fa-tasks"></i> CMB2 Metabox Code Generator</h1>
<p><strong>Skip the boring bits.</strong> Use this generator to create fully functional CMB2 metaboxes easily. Now with bulk entry!</p>
</div>
</div>
</div>
@@ -29,9 +28,8 @@ <h1 class="maintitle">CMB2 Metabox Code Generator</h1>
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>General Properties</h2>

<p>Metabox properties. Use this section to define the scope of metabox, set it's id and other things.</p>
<h2>Metabox Properties</h2>
<p>Use this section to define the scope of metabox, set its id and other things.</p>
</div>
</div>
<div class="row">
@@ -96,7 +94,7 @@ <h2>General Properties</h2>
<div class="col-md-12">
<h2>Metabox Fields</h2>
<p>Generate Metabox fields from this section or get a head start with
<a id="show-bulk" class="btn btn-primary btn-xs" href="#bulk">bulk entry</a>.</p>
<a id="show-bulk" class="btn btn-success btn-xs" href="#bulk">bulk entry <i class="fa fa-arrow-circle-down"></i></a>.</p>
</div>
</div>