/** * All of the CSS for your admin-specific functionality should be * included in this file. */ #advanced_floating_content_meta_box{margin-top:-50px;} .afc-panel{width:100%; clear:both;} .afc-panel-div{width:100%; clear:both; padding: 10px 0; overflow: auto;} .afc-panel-div label{width:20%; float:left; text-align:right;} .afc-panel-div input{width:75%; float:left; text-align:left; margin-left:20px; display: block;} .afc-panel-div select{width:30%; float:left; text-align:left; margin-left:20px; display: block;} .afc-panel-div input[type=radio]{width:16px; height:16px; float:left; text-align:left; margin-left:20px; display: block; margin-top: 0px;} .control-radio label{float:left; width:90px;} .control-input { float: left; width: 75%; } .wp-picker-container{margin-left:20px;} #ct_info{margin-left:-20px;} .afc-panel img{width: 100%;} .afc_banner { margin: 12px 0; position: relative; overflow: hidden; } .afc_banner .button, .afc_banner .button:visited { float: left; border: none; font-size: 14px; margin: 10px 0 10px 16px; padding: 12px 0; color: #FFF; text-shadow: none; font-weight: bold; background: #86c351; -moz-border-radius: 3px; border-radius: 3px; -webkit-border-radius: 3px; text-decoration: none; height: 50px; text-align: center; text-transform: uppercase; width: 147px; box-shadow: none; line-height: 26px; } .afc_banner .button:hover { color: #FFF; background: #0074A2; } .afc_banner .button_div { float: left; width: 20%; } .afc_banner .text { color: #000; font-size: 15px; line-height: 26px; margin: 25px 0px 14px; float: left; width: auto; max-width: 80%; } .afc_banner .text span { font-size: 12px; opacity: 0.7; } .afc_banner .close_banner { float: right; margin: 8px; cursor: pointer; }