admin.css
1.46 KB
#fastvelocity-min{margin-top:10px;}
#fastvelocity-min .processed{ min-height: 20px; margin: -4px 0 -2px 0; }
#fastvelocity-min .processed li{margin:0; padding:10px 0; border-bottom: 1px dotted #EEE; }
#fastvelocity-min .processed > li:last-of-type { border-bottom: 0; padding-bottom: 0; }
#fastvelocity-min .processed li .filename{width: 50%;float:left;font-family:monospace;display:block;word-wrap:break-word;line-height:30px;}
#fastvelocity-min .processed li .accessed{display:block;}
#fastvelocity-min .processed li .error{color:red}
#fastvelocity-min .processed li .actions{display:block; padding:0; margin:0; text-align: right;}
#fastvelocity-min .processed li a{margin-left:10px}
#fastvelocity-min .processed pre{background:#EEE;max-height:300px;overflow:auto;display:none;margin-top:18px;margin-bottom:7px;padding:5px}
#fastvelocity-min .clear { clear:both; }
#fvm-settings label { font-size: 13px; color: #222; }
#fvm-settings label span.note-info { margin-left: 8px; color: #777; }
#fvm-settings p.description { color: #777; font-style: normal; font-size: 13px; }
#tab-info h4{font-size: 14px; margin-bottom:-10px; }
h3.hndle { background: #F7F7F7; color: #000;}
@media screen and (max-width:520px) {
#fastvelocity-min .processed li .filename{width: 100%;float:none;}
#fastvelocity-min .processed li .actions{text-align: left;margin-top: 4px}
#fastvelocity-min .processed li a{margin-left:0;margin-right:10px}
#fastvelocity-min .processed pre{margin-top:12px;margin-bottom:5px;}
}