/** * Define the styles for one third column layout */ .widget .acf-rpw-columns-3 { overflow: hidden; float: left; width: 31%; margin-right: 3.5%; } /** * Reduce the label of the column */ .widget .acf-rpw-columns-3 label { font-size: 11px; } /** * Make sure the note is italized and has a slightly different colour */ .widget .acf-rpw-columns-3 p small { color: #777; font-style: italic; } /** * Limit the select width */ .widget .acf-rpw-columns-3 select.widefat { width: 98.5%; } /** * Make sure the last column has no margin and is right floated */ .widget .acf-rpw-column-last { float: right; margin-right: 0; } /** * Define the block styles */ .widget .acf-rpw-block { display: block; } /** * Reduce the font size of the block label */ .widget .acf-rpw-block label { font-size: 11px; } /** * Make sure the note is italized and has a slightly different colour */ .widget .acf-rpw-block p small { color: #777; font-style: italic; } /** * Define the checkbox areas */ .widget .acf-rpw-multiple-check-form { margin: 1em 0; } /** * Define the checkbox areas paragraph margin */ .widget .acf-rpw-multiple-check-form p { margin: 0; } .acf-rpw-multiple-check-form p.note { width:100%; } /** * Define the checkbox areas ul styles */ .widget .acf-rpw-multiple-check-form ul { border: 1px solid #eee; padding: 10px; max-height: 110px; overflow: auto; margin-top: 0; } /** * Define the checkbox areas ul last li margin */ .widget .acf-rpw-multiple-check-form ul li:last-child { margin-bottom: 0; } /** * Small input divs */ div.small p{ width: 29%; float:left; margin-right:3%; } div.small:after { clear:both; } /* Other Admin Notices */ .acf-rpw-notice { display: none; } .plugins-php .acf-rpw-notice { display: block; }