/*--------------------------------------------------------------------------------------------- Postbox ---------------------------------------------------------------------------------------------*/ .postbox#acf_fields { background: #fff; } .postbox#acf_fields .handlediv { display: none; } .postbox#acf_fields h3.hndle { display: none; } .postbox#acf_fields .inside { margin: 0; } /*--------------------------------------------------------------------------------------------- Heading ---------------------------------------------------------------------------------------------*/ .fields { position: relative; overflow: hidden; background: #eaeaea; } .fields .field { position: relative; overflow: hidden; border-top: #fff solid 1px; border-bottom: #eaeaea solid 1px; background: #f6f6f6; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f6f6f6'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f6f6f6)); /* for webkit browsers */ background: -moz-linear-gradient(top, #fafafa, #f6f6f6); /* for firefox 3.6+ */ } .fields .field:hover { background:#f9f9f9; } .fields .field:hover a.remove_field { visibility: visible; } .fields .field:first-child { border-top: 0 none; } .fields .field:last-child { border-bottom: 0 none; } #acf_fields table{border-collapse:separate; border-spacing:0; vertical-align:top; width: 100%;} .acf table, .acf table tr, .acf table tr td { vertical-align: top; } .acf tr th { background: url("../../../../wp-admin/images/gray-grad.png") repeat-x scroll left top #DFDFDF; text-shadow: 0 1px 0 #FFFFFF; font-weight: bold; font-size: 12px; line-height: 1.2; padding: 8px; text-align: left; border-bottom: 1px solid #d6d6d6; border-right: 1px solid #d6d6d6; } .acf tr th span { color: #666; font-size: 10px; line-height: 1.2; font-weight: normal; } .acf tr th:last-child{ border-right: 0 none; } .acf tr td.order, .acf tr th.order { width: 20px; text-align: center; vertical-align: middle; border-right: 0 none; color: #aaa; text-shadow: #fff 0 1px 0; padding: 8px 0 8px 8px; } /* .acf tr td.order span { display: block; border: #ebeaea solid 1px; border-top: #d7d7d7 solid 1px; border-bottom: #fff solid 1px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; text-align: center; font-size: 12px; line-height: 15px; padding: 3px; background: #efefef; }*/ .acf tr td.label, .acf tr th.label { width: 250px; } .acf tr td.name, .acf tr th.name { width: 250px; } .acf tr td.type, .acf tr th.type { width: 150px; } .acf tr td.blank, .acf tr th.blank { border-right: 0 none; } .acf tr td.remove, .acf tr th.remove { width: 20px; } .acf tr td { background: transparent; border-right: 1px solid #f1f1f1; padding: 8px; position: relative; } .acf tr td:last-child{ border-right: 0 none; } .acf tr td input { width: 99.99%; margin: 0; } .acf tr td select { width: 120px; margin: 0; } #acf_fields .table_footer { position: relative; overflow: hidden; padding: 8px; border-top: 1px solid #DFDFDF; background: #EAF2FA; } #acf_fields .table_footer .order_message { background: url(../images/drag_and_drop_to_reorder.png); width: 161px; height: 23px; float: left; margin-left: 5px; } #acf_fields .table_footer a#add_field{ display: block; float: right; margin: 0; text-align: center; width: 70px; } a.remove_field { display: block; width: 16px; height: 16px; background: url(../images/button_remove.png) 0 0 no-repeat; visibility: hidden; } a.remove_field:hover { background-position: 0 100%; } a.field_options_button { width: 22px; height: 31px; background: url(../images/field_options.png) 0% 0%; display: block; position: absolute; margin-left: 123px; } .acf > tbody > tr > td > select { float: left; } a.field_options_button:hover { background-position: 0% 50%; } .field.options_open table.acf { border-bottom:#cccccc solid 1px; } .field.options_open a.field_options_button { background-position: 0% 100%; } .inline_metabox { border: 0 none; width: 100%; } .inline_metabox h3 { border: 0 none; } /*--------------------------------------------------------------------------------------------- Field Options ---------------------------------------------------------------------------------------------*/ .field_options { background: #DFDFDF; position: relative; overflow: hidden; } .field_options .field_option { display: none; position: relative; overflow: hidden; padding: 6px; } .field_options .field_option.open { display: block; } .field_options .field_option table { border: #CCCCCC solid 1px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; } /* #poststuff .inside .field_options .field_option p { font-size: 11px; color: #666; margin: 2px 0 0; } .field_options .field_option label{ padding-top: 7px; display: block; font-size: 12px; } #acf_fields .field_options .field_option table { width: auto; vertical-align: top; padding: 8px; } .field_options .field_option table td{ padding: 8px; font-size: 11px; vertical-align: top; } .field_options .field_option td.label { width: 244px; padding-left: 44px; } */ .field_options .field_option textarea { width: 300px; } /*--------------------------------------------------------------------------------------------- Repeater ---------------------------------------------------------------------------------------------*/ .repeater { border: #CCCCCC solid 1px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; position: relative; overflow: hidden; } .field_options .field_option .repeater table { border: 0 none; -moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; border-radius: 0; }