/** * Admin Control Panel Stylesheets * * @version 1.0.0 * @since 1.0.0 */ /* Schema Forms */ /* delete button */ .aps_delete_button { display: inline-block; text-decoration: none; font-size: 12px; line-height: 23px; height: 24px; margin: 0; padding: 0 10px 1px; cursor: pointer; border-width: 1px; border-style: solid; -webkit-border-radius: 3px; -webkit-appearance: none; border-radius: 3px; white-space: nowrap; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #ce0100; background-image: -webkit-gradient(linear,left top,left bottom,from(#fe1a00),to(#ce0100)); background-image: -webkit-linear-gradient(top,#fe1a00,#ce0100); background-image: -moz-linear-gradient(top,#fe1a00,#ce0100); background-image: -ms-linear-gradient(top,#fe1a00,#ce0100); background-image: -o-linear-gradient(top,#fe1a00,#ce0100); background-image: linear-gradient(to bottom,#fe1a00,#ce0100); border-color: #ce0100; border-bottom-color: #d83526; -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5); box-shadow: inset 0 1px 0 rgba(120,200,230,0.5); color: #fff; text-decoration: none; text-shadow: 0 1px 0 rgba(0,0,0,0.1); margin-top: 20px; } .aps_delete_button:hover { color:yellow; } /* update button */ .aps_update_button { margin-left:17px !important; } div.aps_schema_form_div label { float: left; text-align: right; margin-right: 15px; width: 100px; } .aps_schema_form_div { } /* hide the forms */ .aps_schema_form_div { display:none; } .show { display:block; } /*hide the datepicker */ #ui-datepicker-div { display: none; } /* error messages -validation */ label.error { color: white; background-color: red; margin-left: 10px; padding: 0 4px; font-weight: bold; } /* old data button */ .insert_old_data_button { background-color:rgba(236, 136, 151, 0.34); padding:10px; border:#000 thin solid; -webkit-border-radius: 10px; border-radius: 10px; } /* product and review star types */ #aps_review_startype_container img, #aps_product_startype_container img, #aps_recipe_startype_container img { height: 16px; } /* style preview section of options */ #style_preview { width:50%; float:right; } #style_preview_box { border:#eee thin solid; min-height:300px; } div.updated, .login .message { clear: both; } #aps_options_banner { background-color:#378795; clear:both; color:#FFF; font-weight:bold; } #aps_options_banner h2 { color:#FFF; text-shadow:none; padding:10px 0 10px 50px; text-indent:-9999px; background:url(../images/options_logo.png) top left no-repeat; min-height:51px; margin-left:25px; } #aps_options_banner_logo { text-align:center; float:left; min-width:325px; } #aps_options_banner_logo li { display:inline; } #aps_options_banner_donate div { display:inline; float:left; } .aps_options_banner_box { margin-top:10px; float:left; /*margin-right:3%;*/ } .aps_options_banner_box a, .aps_options_banner_box a:visited { color:#fff; font-size:14px; text-decoration:none; } .aps_options_banner_box a:hover { text-decoration:underline; } .aps_options_banner_box h3 { margin:0 0 1em 0; } .aps_admin_sidebar_inner { padding:5px; } #sidebar_twitter {} #sidebar_facebook {} #sidebar_gplus {} .sep { min-height:90px; height:130px; min-width:10px; width:10px; margin:0 2%; background:url(../images/sep.png) center center no-repeat; float:left; } .fb-like.fb_edge_widget_with_comment.fb_iframe_widget span { height: 23px !important; } .aps_optionbox { padding:20px; border:#CCC thin solid; margin:20px 0 20px 0; } /* messages */ .aps_message p { background-color:#F00; color:#FFF; padding: 3px 5px; } /* #aps_options_title { width:12%; float:left; } */ #aps_options_top_button { float:left; margin-top:0; padding-top:16px; } #aps_pp_donate { margin:0 auto; } #aps_pp_donate_button { width: 120px; display: block; margin: 0 auto !important; } #aps_or { text-align: center; font-size: 20px; margin-top: 0; }