fix for bpmn designer toolbar
This commit is contained in:
@@ -534,107 +534,78 @@ antes funcionaba.
|
|||||||
|
|
||||||
/* CSS BPMN */
|
/* CSS BPMN */
|
||||||
#x-shapes p {
|
#x-shapes p {
|
||||||
type:none;
|
type:none;
|
||||||
|
margin-left:9px;
|
||||||
margin-left:9px;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#x-shapes-task {
|
#x-shapes-task {
|
||||||
width:36px;
|
height: 25;
|
||||||
height:26px;
|
padding: 0px 2px 2px 0px;
|
||||||
/* background-image:url('/images/ext/gray/shapes/pallete/task.png') ;*/
|
|
||||||
margin:2px 2px 2px 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#x-shapes-startEvent {
|
#x-shapes-startEvent {
|
||||||
width:38px;
|
height: 25;
|
||||||
height:38px;
|
padding:0px 2px 2px 0px;
|
||||||
/* background-image:url('/images/ext/gray/shapes/pallete/startevent.png');*/
|
|
||||||
margin:2px 2px 2px 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#x-shapes-interEvent {
|
#x-shapes-interEvent {
|
||||||
width:38px;
|
height: 25;
|
||||||
height:38px;
|
padding:0px 2px 2px 0px;
|
||||||
/*background-image:url('/images/ext/gray/shapes/pallete/interevent.png');*/
|
|
||||||
margin:2px 2px 2px 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#x-shapes-endEvent {
|
#x-shapes-endEvent {
|
||||||
width:38px;
|
height: 25;
|
||||||
height:38px;
|
padding:0px 2px 2px 0px;
|
||||||
/*background-image:url('/images/ext/gray/shapes/pallete/endevent.png');*/
|
|
||||||
margin:2px 2px 2px 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#x-shapes-gateway {
|
#x-shapes-gateways {
|
||||||
width:36px;
|
height: 25;
|
||||||
height:36px;
|
padding:0px 2px 2px 0px;
|
||||||
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
|
|
||||||
margin:2px 2px 2px 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#x-shapes-dataobject {
|
#x-shapes-dataobject {
|
||||||
width:36px;
|
height: 25;
|
||||||
height:36px;
|
padding:0px 2px 2px 0px;
|
||||||
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
|
|
||||||
margin:0 2px 2px 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#x-shapes-group {
|
#x-shapes-group {
|
||||||
width:36px;
|
height: 25;
|
||||||
height:36px;
|
padding:0px 2px 2px 0px;
|
||||||
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
|
|
||||||
margin:4px 2px 2px 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#x-shapes-annotation {
|
#x-shapes-annotation {
|
||||||
width:36px;
|
height: 25;
|
||||||
height:36px;
|
padding:0px 2px 2px 0px;
|
||||||
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
|
|
||||||
margin:5px 2px 2px 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#x-shapes-pool {
|
#x-shapes-pool {
|
||||||
width:36px;
|
height: 25;
|
||||||
height:36px;
|
padding:0px 2px 2px 0px;
|
||||||
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
|
|
||||||
margin:2px 2px 2px 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#x-shapes-lane {
|
#x-shapes-lane {
|
||||||
width:36px;
|
height: 25;
|
||||||
height:36px;
|
padding:0px 2px 2px 0px;
|
||||||
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
|
|
||||||
margin:2px 2px 2px 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#x-shapes-milestone {
|
#x-shapes-milestone {
|
||||||
width:36px;
|
height: 25;
|
||||||
height:36px;
|
padding:0px 2px 2px 0px;
|
||||||
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
|
|
||||||
margin:2px 2px 2px 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#x-shapes-sequence {
|
#x-shapes-sequence {
|
||||||
width:36px;
|
height: 25;
|
||||||
height:36px;
|
padding:0px 2px 2px 0px;
|
||||||
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
|
|
||||||
margin:2px 2px 2px 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#x-shapes-association {
|
#x-shapes-association {
|
||||||
width:36px;
|
height: 25;
|
||||||
height:36px;
|
padding:0px 2px 2px 0px;
|
||||||
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
|
|
||||||
margin:2px 2px 2px 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#x-shapes-message {
|
#x-shapes-message {
|
||||||
width:36px;
|
height: 25;
|
||||||
height:36px;
|
padding:0px 2px 2px 0px;
|
||||||
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
|
|
||||||
margin:2px 2px 2px 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar-item{
|
.toolbar-item{
|
||||||
@@ -668,6 +639,20 @@ antes funcionaba.
|
|||||||
border-color: #98bf21;
|
border-color: #98bf21;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-panel-pmtoolbar{
|
||||||
|
font-size:11px;
|
||||||
|
font-weight: bold;
|
||||||
|
width: 50;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-users-adhoc{
|
||||||
|
background-image:url('/images/icon-users.png') !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-groups-adhoc{
|
||||||
|
background-image:url('/images/icon-groups.png') !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* CSS Setup */
|
/* CSS Setup */
|
||||||
.pm-tree-node1 {
|
.pm-tree-node1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user