/* @group GUI */ div.icon32 { background: url(../img/icon32.png) no-repeat; } div.postbox h3 { cursor: default; } img#ab_icon { width: 11px; height: 9px; border: 0; } #poststuff > .postbox:first-child { margin-top: 20px; } /* @end group */ /* @group Tabelle */ table.form-table { clear: none; width: auto; margin: 0; } table.form-table #antivirus_cronjob_enable { margin: -3px 0 0; } table.form-table span.shift { display: block; margin: 2px 0 0 18px; *margin-left: 26px; } /* @end group */ /* @group Complete Scan */ #av_completed { height: 1%; overflow: hidden; } #av_completed .output { float: left; } #av_completed .output div { margin-top: 8px; } #av_completed .output div a { margin: 0 0 -1px 5px; padding: 1px 4px 2px; font-size: 10px; background: #FFF; text-decoration: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; } #av_completed .agenda { float: right; border: 1px solid #DFDFDF; margin: 4px 6px 0; padding: 2px 5px 2px 6px; border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } #av_completed .agenda li { clear: both; height: 1%; margin: 0 !important; overflow: hidden; } #av_completed .agenda li p { float: left; width: 10px; height: 10px; margin: 3px 3px 0 0 !important; background: green; -moz-border-radius: 2px; -webkit-border-radius: 2px; } #av_completed .agenda li.danger p { background: red; } #av_completed .agenda li span { float: left; font-size: 10px; } /* @end group */ /* @group Manual Scan */ #av_manual { height: 1%; overflow: hidden; } #av_manual a.button { float: left; } #av_manual .alert { float: left; color: green; margin: 1px 10px 0; border: 1px solid green; display: none; padding: 2px 5px; border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } .inside .output { clear: both; height: 1%; padding: 0 0 6px; overflow: hidden; } .inside .output div { float: left; color: #FFF; margin: 12px 6px 0; padding: 8px 12px 10px; font-size: 11px !important; background: orange; line-height: 1.2em; border-radius: 8px; -o-border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; } .inside .output div.done { background: green; } .inside .output div.danger { width: 97%; background: red; } .inside .output div p { padding: 10px; overflow: hidden; background: #F9F9F9; white-space: nowrap; border-radius: 8px; -o-border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; } .inside .output div p a { float: left; color: #646464; margin: 0 6px 12px 0; display: block; border: 1px solid #bbbbbb; padding: 2px 5px; background: #f2f2f2; text-decoration: none; border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } .inside .output div p a:hover { color: #000; border: 1px solid #646464; } .inside .output div p code { clear: both; float: left; color: #000; padding: 2px 5px; border-radius: 2px; -o-border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; } .inside .output div p code span { padding: 2px; background: yellow; } /* @end group */