Skip to content

Commit

Permalink
Add styling for title fields in settings pages. Depends on "cmb2-opti…
Browse files Browse the repository at this point in the history
…ons-page" class
  • Loading branch information
jtsternberg committed Apr 6, 2015
1 parent 7fe20f7 commit d46ded0
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
16 changes: 15 additions & 1 deletion css/cmb2.css
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ Misc.
margin: 0;
}

/* line 13, sass/partials/_misc.scss */
/* line 12, sass/partials/_misc.scss */

.edit-tags-php .cmb2-metabox-title,
.profile-php .cmb2-metabox-title,
Expand All @@ -752,6 +752,20 @@ Misc.

/* line 18, sass/partials/_misc.scss */

.cmb2-options-page .cmb2-metabox-title {
font-size: 1.3em;
margin: 1em 0;
}

/* line 21, sass/partials/_misc.scss */

.cmb2-options-page .cmb2-metabox-title + p.cmb2-metabox-description {
margin-top: -1.6em;
margin-bottom: .8em;
}

/* line 27, sass/partials/_misc.scss */

.postbox .cmb-spinner {
float: left;
}
Expand Down
Loading

0 comments on commit d46ded0

Please sign in to comment.