diff --git a/new/sj_style.css b/new/sj_style.css index 97b2f7e5..d78ecaa6 100644 --- a/new/sj_style.css +++ b/new/sj_style.css @@ -131,10 +131,10 @@ treecontrol li:hover{} .badge-info{ background-color: #3498db;} .btn:focus {outline: none;outline-offset: 0; } td > .progress:first-child:last-child{ margin-top:9px;} - .progress-bar-success{ background-color: #5cb85c;} - .progress-bar-danger { background-color: #d9534f; +.progress-bar-success{ background-color: #5cb85c;} +.progress-bar-danger { background-color: #d9534f;} .sj_progress_bar{ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); position: relative; } -.sj_progress_font{ position: absolute; right: 20px; top:0; } +.sj_progress_font{ position: absolute; right:5px; top:0; } .sj_table_border{ border: 1px solid #ccc; } .sj_content_table .table-header{background-image:-webkit-linear-gradient(top, #f7f7f7,#dfdfdf);background-image:linear-gradient(top, #f7f7f7,#dfdfdf); border-bottom:1px solid #a6a6a6;} .sj_c_green{ color: #58b358;} \ No newline at end of file