update
646
ebpm-process-manage/webapp/resource/css/global.css
Normal file
@@ -0,0 +1,646 @@
|
||||
body{
|
||||
word-break: break-all;
|
||||
}
|
||||
.table-search{
|
||||
border-collapse: inherit;
|
||||
border-spacing: 10px 3px;
|
||||
width: auto;
|
||||
}
|
||||
body{
|
||||
background-color: #edeeef;
|
||||
}
|
||||
body{-webkit-user-select: initial;}
|
||||
|
||||
body form .main-container{
|
||||
background: #edeeef;
|
||||
}
|
||||
body form .main-container:before{
|
||||
background: #edeeef;
|
||||
}
|
||||
body form .main-container .panel{
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
body form .main-container .panel .table-responsive{
|
||||
background:#fff;
|
||||
padding:15px;
|
||||
margin:15px 15px;
|
||||
border-radius:6px;
|
||||
}
|
||||
body .panel-heading{
|
||||
background:transparent !important;
|
||||
}
|
||||
|
||||
body form .main-container .panel .panel-body .well.well-sm{
|
||||
background: #fff;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
padding: 15px!important;
|
||||
margin: 0 15px !important;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
body .table{
|
||||
border:0 !important;
|
||||
}
|
||||
body .table thead tr th{
|
||||
background: #f5f5f5;
|
||||
color: #18191A;
|
||||
font-weight: normal;
|
||||
border-width: 0 0 1px 0;
|
||||
border-color: #f5f5f5;
|
||||
}
|
||||
body .table tbody tr td{
|
||||
border-width: 0 0 1px 0 !important;
|
||||
border-color: #f5f5f5 !important;
|
||||
color: #18191A;
|
||||
text-align: l;
|
||||
}
|
||||
.table-striped > tbody > tr:nth-child(even)> td, .table-striped > tbody > tr:nth-child(even)> th {
|
||||
background: #fafafa;
|
||||
}
|
||||
.table-striped > tbody > tr:nth-child(odd)> td, .table-striped > tbody > tr:nth-child(odd)> th {
|
||||
background: #fff;
|
||||
}
|
||||
body .table.table-hover tr:hover td{
|
||||
background:#f5f5f5 !important;
|
||||
}
|
||||
body .table.form-table{
|
||||
border:1px solid #f5f5f5 !important;
|
||||
}
|
||||
body .table.table-bordered.form-table>tbody>tr>th, body .table.table-bordered.form-table>tbody>tr>td {
|
||||
border-left: 1px solid #f5f5f5 !important;
|
||||
}
|
||||
body .table.form-table+div>.btn{
|
||||
margin:15px 0 0 0;
|
||||
}
|
||||
|
||||
body .btn,
|
||||
body .btn.btn-primary,
|
||||
body .btn.btn-success,
|
||||
body .btn.btn-yellow,
|
||||
body .btn.btn-danger,
|
||||
body .btn.btn-orange{
|
||||
border-radius:3px !important;
|
||||
background:#0070d2 !important;
|
||||
border:none !important;
|
||||
color:#fff !important;
|
||||
font-size:14px !important;
|
||||
display: inline-block;
|
||||
margin: 0 5px 0 0;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
padding: 0 10px;
|
||||
outline: none;
|
||||
}
|
||||
body .open .btn-default.dropdown-toggle,
|
||||
body .open .btn.dropdown-toggle{
|
||||
background:#0070d2 !important;
|
||||
}
|
||||
body .btn:focus{
|
||||
outline: 0 !important;
|
||||
background:#0070d2 !important;
|
||||
}
|
||||
body .btn:hover,
|
||||
body .btn.btn-primary:hover,
|
||||
body .btn.btn-success:hover,
|
||||
body .btn.btn-yellow:hover,
|
||||
body .btn.btn-danger:hover,
|
||||
body .btn.btn-orange:hover{
|
||||
background:#0b83de !important;
|
||||
color:#fff !important;
|
||||
-webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 18%) !important;
|
||||
box-shadow: 0 2px 4px 0 rgb(0 0 0 / 18%) !important;
|
||||
}
|
||||
|
||||
body .panel .panel-body .well.well-sm .table-search tr td input,
|
||||
body .panel .panel-body .well.well-sm .table-search tr td select {
|
||||
margin: 0 30px 0 5px;
|
||||
border: 1px solid #9b9ea1;
|
||||
height:32px;
|
||||
line-height: 32px;
|
||||
}
|
||||
html body .panel .panel-body .well.well-sm .table-search tr td input,
|
||||
html body .panel .panel-body .well.well-sm .table-search tr td select {
|
||||
border: 1px solid #9b9ea1;
|
||||
height:32px;
|
||||
line-height: 32px;
|
||||
padding: 0 8px;
|
||||
background: #fff;
|
||||
border-radius: 3px;
|
||||
color: #18191A;
|
||||
width:190px;
|
||||
}
|
||||
html body .panel .panel-body .well.well-sm .table-search tr td input:focus,
|
||||
html body .panel .panel-body .well.well-sm .table-search tr td select:focus{
|
||||
outline: 0 !important;
|
||||
border-color:#0070d2;
|
||||
}
|
||||
|
||||
|
||||
body .table.table-bordered>tbody>tr>th .btn,
|
||||
body .table.table-bordered>tbody>tr>td .btn{
|
||||
color: #0070d2 !important;
|
||||
height: auto;
|
||||
line-height: 1.5;
|
||||
padding: 0;
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
body .table.table-bordered>tbody>tr>th .btn:hover,
|
||||
body .table.table-bordered>tbody>tr>td .btn:hover{
|
||||
color: #0b83de !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
|
||||
body .dropdown-menu{
|
||||
border: 1px solid whitesmoke;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 16%);
|
||||
background: #FFFFFF;
|
||||
}
|
||||
body .dropdown-menu li a{
|
||||
padding:0 24px;
|
||||
line-height:36px;
|
||||
color:#18191a;
|
||||
font-size:14px;
|
||||
}
|
||||
body .dropdown-menu li a:hover,body .dropdown-menu li a:focus{
|
||||
background:#f5f5f5;
|
||||
color:#18191a;
|
||||
}
|
||||
|
||||
body .page-content{
|
||||
background: transparent;
|
||||
padding: 15px;
|
||||
}
|
||||
body .page-content>.process-page{
|
||||
background:#fff;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
body .tabbable{
|
||||
background:#fff;
|
||||
margin:15px;
|
||||
border-radius:6px;
|
||||
border:0;
|
||||
}
|
||||
body .tabbable .nav.nav-tabs{
|
||||
border: 0;
|
||||
background: #fff;
|
||||
border-radius: 6px 6px 0 0;
|
||||
border-bottom: solid 1px #dfe0e1;
|
||||
padding: 0;
|
||||
margin: 0 15px;
|
||||
top: 0;
|
||||
}
|
||||
body .tabbable .nav.nav-tabs li{
|
||||
margin: 0;
|
||||
float: inherit;
|
||||
display: inline-block;
|
||||
}
|
||||
body .tabbable .nav.nav-tabs li.right-btn{
|
||||
float: right;
|
||||
margin: 4px 0;
|
||||
}
|
||||
body .tabbable .nav.nav-tabs li a,body .tabbable .nav.nav-tabs li a:focus{
|
||||
background: #fff;
|
||||
color: #18191A;
|
||||
margin: 0;
|
||||
border-bottom: 2px solid transparent;
|
||||
padding: 10px 22px;
|
||||
box-sizing: border-box;
|
||||
border-width: 0 0 2px 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
body .tabbable .nav.nav-tabs li.active{
|
||||
}
|
||||
body .tabbable .nav.nav-tabs li.active a{
|
||||
border-bottom-color: #0070d2;
|
||||
border-width: 0 0 2px 0;
|
||||
color: #0070d2;
|
||||
font-weight: bold;
|
||||
}
|
||||
body .tabbable .nav.nav-tabs li:hover{
|
||||
}
|
||||
body .tabbable .nav.nav-tabs li a:hover{
|
||||
color: #0070d2;
|
||||
background:#fff;
|
||||
}
|
||||
body .tabbable .tab-content{
|
||||
border: 0;
|
||||
padding:15px;
|
||||
}
|
||||
|
||||
.white-page{
|
||||
background:#fff !important;
|
||||
}
|
||||
.white-page .main-container,.white-page .main-container:before{
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
body .aui_state_lock .aui_outer {
|
||||
box-shadow: 0 5px 10px 0.2px rgb(0 0 0 / 18%) !important;
|
||||
}
|
||||
body .aui_border .aui_nw{
|
||||
display:none;
|
||||
}
|
||||
body .aui_border .aui_n{
|
||||
display:none;
|
||||
}
|
||||
body .aui_border .aui_ne{
|
||||
display:none;
|
||||
}
|
||||
body .aui_header{
|
||||
}
|
||||
body .aui_header .aui_titleBar{
|
||||
background: #fff;
|
||||
height: auto;
|
||||
bottom: 0;
|
||||
padding: 8px 10px;
|
||||
}
|
||||
body .aui_header .aui_titleBar .aui_title{
|
||||
background:#fff;
|
||||
color: #18191a;
|
||||
font-size:16px;
|
||||
font-weight:normal;
|
||||
}
|
||||
body .aui_header .aui_titleBar .aui_close{
|
||||
background: transparent;
|
||||
color: #717579;
|
||||
font-size: 24px;
|
||||
text-indent: 0;
|
||||
line-height: 28px;
|
||||
top: 8px;
|
||||
width: 29px;
|
||||
height: 29px;
|
||||
text-align: center;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
box-shadow: none;
|
||||
outline:0;
|
||||
}
|
||||
body .aui_header .aui_titleBar .aui_close:focus{
|
||||
outline:0;
|
||||
}
|
||||
body .aui_header .aui_titleBar .aui_close:hover{
|
||||
color: #18191a;
|
||||
}
|
||||
body .aui_w, body .aui_e{
|
||||
background:#fff;
|
||||
}
|
||||
.aui_c .aui_inner .aui_dialog{
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
|
||||
body .label {
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
height: 20px;
|
||||
padding: 0 5px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
body .label.label-default{
|
||||
color: #393b3d;
|
||||
background-color: #dfe0e1 !important;
|
||||
}
|
||||
body .badge-success, body .label-success {
|
||||
background-color: #0D9E31!important;
|
||||
}
|
||||
body .badge-danger, body .badge-important, body .label-danger, body .label-important {
|
||||
background-color: #CF2613!important;
|
||||
}
|
||||
body .badge-yellow, body .label-yellow {
|
||||
color: #fff!important;
|
||||
border-color: #EABB06;
|
||||
background-color: #EABB06!important;
|
||||
}
|
||||
|
||||
.pagination-box{
|
||||
text-align: right;
|
||||
padding: 15px 0 0 0;
|
||||
}
|
||||
.pagination-box .pagination{
|
||||
margin:0;
|
||||
}
|
||||
.pagination-box .pager>li>a, .pagination-box .pagination>li>a {
|
||||
border-width: 1px;
|
||||
border-color: #dfe0e1;
|
||||
color: #18191a;
|
||||
background-color: #fff;
|
||||
margin: 0 0 0 12px;
|
||||
position: relative;
|
||||
z-index: auto;
|
||||
border-radius: 3px !important;
|
||||
}
|
||||
.pagination-box .pager>li>a:hover, .pagination-box .pagination>li>a:hover{
|
||||
background:#0070d2;
|
||||
border-color:#0070d2;
|
||||
color:#fff;
|
||||
}
|
||||
.pagination-box .pager>li.disabled>a,
|
||||
.pagination-box .pager>li.disabled>a:hover,
|
||||
.pagination-box .pagination>li.disabled>a,
|
||||
.pagination-box .pagination>li.disabled>a:hover {
|
||||
background-color: #f5f5f5;
|
||||
border-color: #dfe0e1;
|
||||
color:#999;
|
||||
}
|
||||
|
||||
|
||||
body input[type=color],
|
||||
body input[type=date],
|
||||
body input[type=datetime-local],
|
||||
body input[type=datetime],
|
||||
body input[type=email],
|
||||
body input[type=month],
|
||||
body input[type=number],
|
||||
body input[type=password],
|
||||
body input[type=search],
|
||||
body input[type=tel],
|
||||
body input[type=text],
|
||||
body input[type=time],
|
||||
body input[type=url],
|
||||
body input[type=week],
|
||||
body textarea {
|
||||
border-radius: 3px!important;
|
||||
color: #18191A;
|
||||
background-color: #fff;
|
||||
border: 1px solid #9b9ea1;
|
||||
padding: 0 8px;
|
||||
min-height: 32px;
|
||||
line-height: 30px;
|
||||
}
|
||||
body .form-control,body select {
|
||||
color: #18191A;
|
||||
background-color: #fff;
|
||||
border: 1px solid #9b9ea1;
|
||||
border-radius: 3px;
|
||||
padding: 0 8px;
|
||||
height: 32px;
|
||||
line-height: 30px;
|
||||
}
|
||||
body select:focus,
|
||||
body input[type=color]:focus,
|
||||
body input[type=date]:focus,
|
||||
body input[type=datetime-local]:focus,
|
||||
body input[type=datetime]:focus,
|
||||
body input[type=email]:focus,
|
||||
body input[type=month]:focus,
|
||||
body input[type=number]:focus,
|
||||
body input[type=password]:focus,
|
||||
body input[type=search]:focus,
|
||||
body input[type=tel]:focus,
|
||||
body input[type=text]:focus,
|
||||
body input[type=time]:focus,
|
||||
body input[type=url]:focus,
|
||||
body input[type=week]:focus,
|
||||
body textarea:focus{
|
||||
border-color:#0070d2;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.no-padding,body form .main-container .panel .panel-body .well.well-sm.no-padding{
|
||||
padding:0 !important;
|
||||
}
|
||||
.no-margin,body form .main-container .panel .panel-body .well.well-sm.no-margin{
|
||||
margin:0 !important;
|
||||
}
|
||||
|
||||
|
||||
body .main-container>.panel.panel-primary.panel-1:last-child{
|
||||
border-bottom:0;
|
||||
}
|
||||
body .panel.panel-primary.panel-1{
|
||||
border-bottom: 1px dashed #DFE0E1;
|
||||
padding: 0 0 25px 0;
|
||||
margin: 0 0 25px 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
body .panel.panel-primary.panel-1>.panel-heading{
|
||||
display: block;
|
||||
background: #fff !important;
|
||||
color: #18191A;
|
||||
font-size: 16px;
|
||||
line-height: 30px;
|
||||
margin: 0 0 5px 0;
|
||||
position: relative;
|
||||
padding: 0 0 0 12px;
|
||||
}
|
||||
body .panel.panel-primary.panel-1>.panel-heading:before{
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: calc(50% - 8px);
|
||||
content: "";
|
||||
display: block;
|
||||
width: 4px;
|
||||
height: 16px;
|
||||
background: #0B83DE;
|
||||
border-radius: 10px;
|
||||
}
|
||||
body .panel.panel-primary.panel-1>.panel-body{
|
||||
}
|
||||
|
||||
|
||||
body .page-content>.row.process_monitor{
|
||||
background: #fff;
|
||||
border-radius: 6px;
|
||||
}
|
||||
body .page-content>.process_monitor.row>.col-sm-12>.process_tabs{
|
||||
border-bottom: solid 1px #dfe0e1;
|
||||
margin: 0 20px;
|
||||
padding: 0;
|
||||
}
|
||||
body .page-content>.process_monitor.row>.col-sm-12>.process_tabs .tabs_link{
|
||||
background: #fff;
|
||||
color: #18191A;
|
||||
margin: 0;
|
||||
border-bottom: 2px solid transparent;
|
||||
padding: 10px 22px;
|
||||
box-sizing: border-box;
|
||||
border-width: 0 0 2px 0;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
}
|
||||
body .page-content>.process_monitor.row>.col-sm-12>.process_tabs .tabs_link.active{
|
||||
border-bottom-color: #0070d2;
|
||||
border-width: 0 0 2px 0;
|
||||
color: #0070d2;
|
||||
font-weight: bold;
|
||||
}
|
||||
body .page-content>.process_monitor.row>.col-sm-12>.process_tabs .tabs_link:hover{
|
||||
color: #0070d2;
|
||||
}
|
||||
|
||||
body .widget-box{
|
||||
border: 1px solid #f5f5f5 !important;
|
||||
padding: 10px 15px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body .widget-box .widget-header{
|
||||
display: block;
|
||||
color: #18191A;
|
||||
font-size: 16px;
|
||||
line-height: 30px;
|
||||
margin: 0 0 10px 0;
|
||||
position: relative;
|
||||
padding: 0 0 0 12px;
|
||||
border:0 !important;
|
||||
background:#fff !important;
|
||||
}
|
||||
body .widget-box .widget-header:before{
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: calc(50% - 8px);
|
||||
content: "";
|
||||
display: block;
|
||||
width: 4px;
|
||||
height: 16px;
|
||||
background: #0B83DE;
|
||||
border-radius: 10px;
|
||||
}
|
||||
body .widget-box .widget-header .widget-title{
|
||||
color: #18191A;
|
||||
font-size: 16px;
|
||||
font-weight:normal;
|
||||
padding:0;
|
||||
}
|
||||
body .widget-box .widget-header .widget-title:before,body .widget-box .widget-header .widget-title:after{
|
||||
content:none;
|
||||
}
|
||||
body .widget-box .widget-body{
|
||||
border:0 !important;
|
||||
padding:0;
|
||||
}
|
||||
body .widget-box .widget-body .widget-main{
|
||||
padding:0;
|
||||
}
|
||||
|
||||
|
||||
body .contentPanel_sms .navPanel_sms{
|
||||
border: 1px solid #dfe0e2;
|
||||
}
|
||||
body .contentPanel_sms .navPanel_sms .accordion{
|
||||
background:#fff;
|
||||
}
|
||||
body .contentPanel_sms .navPanel_sms .accordion .caption{
|
||||
background:#f9fafb;
|
||||
color: #18191A;
|
||||
padding: 10px 15px;
|
||||
height: auto;
|
||||
border-bottom: 1px solid #dfe0e2;
|
||||
}
|
||||
body .contentPanel_sms .buttonStyle{
|
||||
background:#f9fafb !important;
|
||||
border:1px solid #dfe0e2;
|
||||
color: #18191A;
|
||||
font-size:12px;
|
||||
height: 30px;
|
||||
line-height: 28px;
|
||||
margin:3px 0;
|
||||
border-radius:3px;
|
||||
}
|
||||
body .contentPanel_sms .buttonStyle:hover{
|
||||
background:#0070d2 !important;
|
||||
border-color:#0070d2;
|
||||
color:#fff;
|
||||
-webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 18%);
|
||||
box-shadow: 0 2px 4px 0 rgb(0 0 0 / 18%);
|
||||
}
|
||||
body .workPanel_sms .tabs_sms .tabs-content{
|
||||
border-color:#dfe0e2;
|
||||
}
|
||||
body .workPanel_sms .tabs_sms .tabs-content .box.on{
|
||||
padding: 10px 15px 0 15px !important;
|
||||
}
|
||||
body .workPanel_sms .tabs_sms .tabs-nav_sms{
|
||||
border-color:#dfe0e2;
|
||||
background:#f9fafb;
|
||||
height: 45px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body .workPanel_sms .tabs_sms .tabs-nav_sms ul{
|
||||
margin:0;
|
||||
padding: 0 15px;
|
||||
border:0;
|
||||
list-style:none;
|
||||
}
|
||||
body .workPanel_sms .tabs_sms .tabs-nav_sms ul li{
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
body .workPanel_sms .tabs_sms .tabs-nav_sms li{
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
margin: 0;
|
||||
background: transparent;
|
||||
border-bottom: 2px solid transparent;
|
||||
border-left:0;
|
||||
border-right:0;
|
||||
border-top:0;
|
||||
font-size: 14px;
|
||||
color: #18191A;
|
||||
}
|
||||
body .workPanel_sms .tabs_sms .tabs-nav_sms li span{
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
margin: 0;
|
||||
background: transparent;
|
||||
border:none !important;
|
||||
font-size: 14px;
|
||||
color: #18191A;
|
||||
}
|
||||
body .workPanel_sms .tabs_sms .tabs-nav_sms .on{
|
||||
background: transparent;
|
||||
font-weight: bold;
|
||||
color: #0070d2;
|
||||
height: 44px;
|
||||
border-bottom: 2px solid #0070d2;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
border-top: 0;
|
||||
}
|
||||
body .workPanel_sms .tabs_sms .tabs-nav_sms .on span {
|
||||
background: transparent;
|
||||
font-weight: bold;
|
||||
color: #0070d2;
|
||||
height: 44px;
|
||||
}
|
||||
body .workPanel_sms .tabs_sms .tabs-content .box.on table{
|
||||
border-left:1px solid #f5f5f5 !important;
|
||||
border-top:1px solid #f5f5f5 !important;
|
||||
border-right:0 !important;
|
||||
border-bottom:0 !important;
|
||||
}
|
||||
body .workPanel_sms .tabs_sms .tabs-content .box.on table tr td,
|
||||
body .workPanel_sms .tabs_sms .tabs-content .box.on table tr th{
|
||||
border-left:0 !important;
|
||||
border-top:0 !important;
|
||||
border-right:1px solid #f5f5f5 !important;
|
||||
border-bottom:1px solid #f5f5f5 !important;
|
||||
padding:5px 5px !important;
|
||||
height:auto;
|
||||
color: #18191A;
|
||||
font-size:14px;
|
||||
}
|
||||
|
||||
|
||||
body a {
|
||||
color: #0070d2;
|
||||
text-decoration: none;
|
||||
}
|
||||
body a:hover{
|
||||
color:#0B83DE;
|
||||
}
|
||||
|
||||
body .table.table-bordered tbody tr .td{
|
||||
min-width:60px !important;
|
||||
max-width:10px !important;
|
||||
overflow: hidden !important;
|
||||
white-space: nowrap !important;
|
||||
text-overflow: ellipsis !important
|
||||
|
||||
}
|
||||
BIN
ebpm-process-manage/webapp/resource/css/icons/about.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/add.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/arr1.gif
Normal file
|
After Width: | Height: | Size: 968 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/asp.gif
Normal file
|
After Width: | Height: | Size: 381 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/aspx.gif
Normal file
|
After Width: | Height: | Size: 232 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/attention.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/avi.gif
Normal file
|
After Width: | Height: | Size: 610 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/back.gif
Normal file
|
After Width: | Height: | Size: 973 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/bmp.gif
Normal file
|
After Width: | Height: | Size: 133 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/btn_collapse.gif
Normal file
|
After Width: | Height: | Size: 246 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/btn_down.gif
Normal file
|
After Width: | Height: | Size: 246 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/btn_expand.gif
Normal file
|
After Width: | Height: | Size: 247 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/btn_left.gif
Normal file
|
After Width: | Height: | Size: 247 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/btn_right.gif
Normal file
|
After Width: | Height: | Size: 246 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/btn_up.gif
Normal file
|
After Width: | Height: | Size: 247 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/bubble.gif
Normal file
|
After Width: | Height: | Size: 379 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/butCollapse.gif
Normal file
|
After Width: | Height: | Size: 333 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/butExpand.gif
Normal file
|
After Width: | Height: | Size: 326 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/cart.gif
Normal file
|
After Width: | Height: | Size: 276 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/cd.gif
Normal file
|
After Width: | Height: | Size: 239 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/cd_driver.gif
Normal file
|
After Width: | Height: | Size: 396 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/checkAllON.gif
Normal file
|
After Width: | Height: | Size: 107 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/checkAllOff.gif
Normal file
|
After Width: | Height: | Size: 89 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/close_min.gif
Normal file
|
After Width: | Height: | Size: 896 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/code.gif
Normal file
|
After Width: | Height: | Size: 610 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/contact.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/cut.gif
Normal file
|
After Width: | Height: | Size: 553 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/delete.gif
Normal file
|
After Width: | Height: | Size: 358 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/disk.gif
Normal file
|
After Width: | Height: | Size: 335 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/doc.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/docx.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/edit.gif
Normal file
|
After Width: | Height: | Size: 391 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/edit2.gif
Normal file
|
After Width: | Height: | Size: 217 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/email.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/exe.gif
Normal file
|
After Width: | Height: | Size: 190 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/exit.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/1.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/10.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/11.gif
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/12.gif
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/13.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/14.gif
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/15.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/16.gif
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/17.gif
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/18.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/19.gif
Normal file
|
After Width: | Height: | Size: 250 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/2.gif
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/20.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/21.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/22.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/23.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/24.gif
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/25.gif
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/26.gif
Normal file
|
After Width: | Height: | Size: 753 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/27.gif
Normal file
|
After Width: | Height: | Size: 833 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/28.gif
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/29.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/3.gif
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/30.gif
Normal file
|
After Width: | Height: | Size: 501 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/4.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/5.gif
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/6.gif
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/7.gif
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/8.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/face/9.gif
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/find.gif
Normal file
|
After Width: | Height: | Size: 568 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/find2.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/find4.gif
Normal file
|
After Width: | Height: | Size: 380 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/finger.gif
Normal file
|
After Width: | Height: | Size: 596 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/fla.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/floppy.gif
Normal file
|
After Width: | Height: | Size: 600 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/flv.gif
Normal file
|
After Width: | Height: | Size: 636 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/folder.gif
Normal file
|
After Width: | Height: | Size: 365 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/folder_doc.gif
Normal file
|
After Width: | Height: | Size: 1016 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/folder_img.gif
Normal file
|
After Width: | Height: | Size: 622 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/folder_music.gif
Normal file
|
After Width: | Height: | Size: 633 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/folder_open.gif
Normal file
|
After Width: | Height: | Size: 376 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/gif.gif
Normal file
|
After Width: | Height: | Size: 133 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/globe.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/guard.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/help.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/history.gif
Normal file
|
After Width: | Height: | Size: 423 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/home.gif
Normal file
|
After Width: | Height: | Size: 1023 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/html.gif
Normal file
|
After Width: | Height: | Size: 586 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/img.gif
Normal file
|
After Width: | Height: | Size: 621 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/item.gif
Normal file
|
After Width: | Height: | Size: 956 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/jing.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/jpg.gif
Normal file
|
After Width: | Height: | Size: 162 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/js.gif
Normal file
|
After Width: | Height: | Size: 376 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/jsp.gif
Normal file
|
After Width: | Height: | Size: 381 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/key.gif
Normal file
|
After Width: | Height: | Size: 364 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/light.gif
Normal file
|
After Width: | Height: | Size: 349 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/lightOn.gif
Normal file
|
After Width: | Height: | Size: 552 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/list.gif
Normal file
|
After Width: | Height: | Size: 356 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/loading.gif
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
ebpm-process-manage/webapp/resource/css/icons/mark.gif
Normal file
|
After Width: | Height: | Size: 337 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/mdb.gif
Normal file
|
After Width: | Height: | Size: 624 B |
BIN
ebpm-process-manage/webapp/resource/css/icons/mov.gif
Normal file
|
After Width: | Height: | Size: 352 B |