.hide { display: none; } .list-filters { margin: 7px 0px; } .wnlist .img-load { display: none; float: left; margin-left: 11px; margin-top: 8px; } /* list-row */ div.list-row { border-bottom: 1px solid #eee; padding: 5px 0px; } div.list-row:hover { background-color: #eef } div.list-row .label { margin-left: 3px; } div.list-row .main { margin-left: 4px; color: #444; } div.paging-button { text-align: center; padding: 11px 0px; } div.show_filters { display: none; } div.filter_list { padding: 13px; } div.show_filters.well { margin-top: 11px; margin-bottom: 11px; } div.filter_list .run_btn { text-align: right; } div.filter_list .add_filter { margin: 3px 0px; } div.list_filter { margin: 7px 0px; } div.list_filter input, div.list_filter select { width: 130px; margin-right: 7px; } /* bar */ span.bar-outer { display: inline-block; margin: 0px 7px; margin-top: 3px; background-color: #fff; border: 1px solid #aaa; height: 10px; } span.bar-inner { display: inline-block; background-color: #bdf; height: 100%; margin-bottom: 2px; } span.bar-complete { background-color: green; } /* stats */ div.stat-wrapper { margin-bottom: 19px; } div.stat-grid { border: 2px solid #bbb; background-color: white; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; overflow: hidden; } div.stat-label { position: relative; padding: 3px; text-align: center; } div.stat-label, div.stat-label a { z-index: 5; } div.stat-item { position: relative; border-bottom: 1px solid #ddd; } div.stat-item:last-child { border-bottom: 0px solid #ddd; } div.stat-bar { position: absolute; left: 0px; background-color: #def; height: 100%; z-index: 0; }