/** * Style for AlaskA Options in Admin Panel * * @package AlaskA * @since AlaskA 1.0.0 */ .lefty { clear: left; float: left; width: 60%; min-width: 500px; margin-right: 1%; padding: 16px 0; } .righty { float: left; width: 39%; margin-top: 16px; } .postbox .hndle { margin: 0; padding: 6px 10px 7px; color: #21759B; background: #fff; } .postbox .inside { background: #fff; } .rwd-container { border-top: 1px solid #dfdfdf; } .form-table th { padding-left: 12px; } .form-table th { width: 30%; font-weight: bold; } .form-table tr { padding-bottom: 24px; } .form-table { margin-bottom: 16px; } .description { margin-bottom: 24px; } .section-options { border: 1px solid #dfdfdf; margin-bottom: 16px; background: #fff; } .rwd-toggle { margin: 0; padding: 5px 0 5px 10px; background: #fff; } .rwd-toggle a { display: block; text-decoration: none; background: url(../images/arrow-light.png) 99% 50% no-repeat; } .rwd-toggle a:hover { background: url(../images/arrow-dark.png) 99% 50% no-repeat; } .field_layout, .field_color_scheme, .field_pagination { padding-right: 10px; display: block; float: left; } .field_layout .image-radio-option, .field_color_scheme .image-radio-option { display: block; width: 110px; } .field_color_scheme .image-radio-option img, .field_layout .image-radio-option img{ padding-left: 13px; } .color-picker-example { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border: 1px solid #dfdfdf; margin: 0 7px 0 3px; padding: 4px 14px; } .alaska-status-report { font-size: 12px; line-height: 22px; width: 100%; padding: 12px; } .alaska-status-report thead th{ padding-bottom: 6px; } .alaska-status-report td { border-bottom: 1px solid #999; } .alaska-status-report th p{ font-size: 16px; background: lightYellow; padding: 6px; border: 1px solid #E6DB55; } .button-alaska-support { margin-right: 10px !important; } .slide_url, .show_posts { border-bottom: 1px dotted #999; } .slide_image, .slide_text, .slide_url { background-color: #eee; } .slide_text_1 td:last-child { background: #eee url(../images/slide_1.png) no-repeat right center; } .slide_text_2 td:last-child { background: #eee url(../images/slide_2.png) no-repeat right center; } .slide_text_3 td:last-child { background: #eee url(../images/slide_3.png) no-repeat right center; } .slide_text_4 td:last-child { background: #eee url(../images/slide_4.png) no-repeat right center; } .slide_text_5 td:last-child { background: #eee url(../images/slide_5.png) no-repeat right center; } .slide_text_6 td:last-child { background: #eee url(../images/slide_6.png) no-repeat right center; } .slide_text_7 td:last-child { background: #eee url(../images/slide_7.png) no-repeat right center; } .slide_text_8 td:last-child { background: #eee url(../images/slide_8.png) no-repeat right center; } .slide_text_9 td:last-child { background: #eee url(../images/slide_9.png) no-repeat right center; }