PluginProbe
Custom Fields for Gutenberg / trunk
Custom Fields for Gutenberg vtrunk
2.4.7 trunk 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.1.1 2.2 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4 All 31 releases
custom-fields-gutenberg / blocks / blocks.css

blocks.css in Custom Fields for Gutenberg trunk, at blocks/blocks.css

15 lines 661 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #g7g_custom_fields .inside { margin: 0; padding: 0 0 14px 0; }
2
3 .g7g-meta-box table { width: 100%; margin: 0; border-spacing: 0; border: 0; }
4
5 .g7g-meta-box th { vertical-align: top; padding: 10px; line-height: 1.5em; font-size: 13px; font-weight: bold; color: #333; background-color: #f9f9f9; } /* 1f1f1 */
6 .g7g-meta-box td { vertical-align: top; padding: 10px; }
7
8 .g7g-meta-box th:first-child { width: 38%; }
9 .g7g-meta-box td:first-child { width: 38%; }
10
11 .g7g-meta-box input,
12 .g7g-meta-box textarea,
13 .g7g-meta-box select { display: inline-block; width: 96%; vertical-align: top; }
14
15 .g7g-enter-new { display: inline-block; margin: 5px; text-decoration: none; }