Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions css/dist/cmb.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion css/legacy.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.cmb_metabox tr td, table.cmb_metabox tr th { vertical-align: top; padding: 5px; }
.cmb_metabox th { text-align: right; font-weight:bold;}
.cmb_metabox th label { margin-top:5px; display:block;}
div.cmb_metabox_description { color: #AAA; font-style: italic; margin: 2px 0 16px !important;}
div.cmb_metabox_description { color: #AAA; font-style: italic; margin: 0 0 8px !important;}
span.cmb_metabox_description { color: #AAA; font-style: italic;}
.cmb_metabox input,
.cmb_metabox textarea { font-size:12px; padding: 5px; margin: 0; }
Expand Down Expand Up @@ -48,6 +48,7 @@ div.time-picker li.selected { background: #0063CE; color: #fff; }

.field { margin-bottom: 8px; }
.field-title { margin-bottom: 8px; margin-top: 0; font-weight: bold; }
.field-title label { vertical-align: baseline; }
#poststuff .field-title h2 { margin: 0 !important; }

.field.repeatable .field-item {
Expand Down
1 change: 1 addition & 0 deletions css/src/generic.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
.cmb_metabox textarea,
.cmb_metabox select {
width: 100%;
margin: 0;
}

.cmb_metabox input.cmb_text_small {
Expand Down
7 changes: 4 additions & 3 deletions css/src/layout.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** CMB Layout **/

.cmb_metabox .field {
overflow: hidden;
padding: 16px 0;
border-bottom: 1px solid #DFDFDF;
}
Expand All @@ -22,11 +23,11 @@

.cmb_metabox .cmb-row:before,
.cmb_metabox .cmb-row:after {
content: "";
display: table;
content: "";
display: table;
}
.cmb_metabox .cmb-row:after {
clear: both;
clear: both;
}

.cmb_metabox [class*="cmb-cell-"] {
Expand Down