fix for bpmn designer toolbar

This commit is contained in:
Erik Amaru Ortiz
2011-03-09 13:15:55 +00:00
parent f3f833ac42
commit 18f68679b6

View File

@@ -534,107 +534,78 @@ antes funcionaba.
/* CSS BPMN */
#x-shapes p {
type:none;
margin-left:9px;
}
type:none;
margin-left:9px;
}
#x-shapes-task {
width:36px;
height:26px;
/* background-image:url('/images/ext/gray/shapes/pallete/task.png') ;*/
margin:2px 2px 2px 2px;
height: 25;
padding: 0px 2px 2px 0px;
}
#x-shapes-startEvent {
width:38px;
height:38px;
/* background-image:url('/images/ext/gray/shapes/pallete/startevent.png');*/
margin:2px 2px 2px 2px;
height: 25;
padding:0px 2px 2px 0px;
}
#x-shapes-interEvent {
width:38px;
height:38px;
/*background-image:url('/images/ext/gray/shapes/pallete/interevent.png');*/
margin:2px 2px 2px 2px;
height: 25;
padding:0px 2px 2px 0px;
}
#x-shapes-endEvent {
width:38px;
height:38px;
/*background-image:url('/images/ext/gray/shapes/pallete/endevent.png');*/
margin:2px 2px 2px 2px;
height: 25;
padding:0px 2px 2px 0px;
}
#x-shapes-gateway {
width:36px;
height:36px;
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
margin:2px 2px 2px 2px;
#x-shapes-gateways {
height: 25;
padding:0px 2px 2px 0px;
}
#x-shapes-dataobject {
width:36px;
height:36px;
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
margin:0 2px 2px 2px;
height: 25;
padding:0px 2px 2px 0px;
}
#x-shapes-group {
width:36px;
height:36px;
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
margin:4px 2px 2px 2px;
height: 25;
padding:0px 2px 2px 0px;
}
#x-shapes-annotation {
width:36px;
height:36px;
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
margin:5px 2px 2px 2px;
height: 25;
padding:0px 2px 2px 0px;
}
#x-shapes-pool {
width:36px;
height:36px;
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
margin:2px 2px 2px 2px;
height: 25;
padding:0px 2px 2px 0px;
}
#x-shapes-lane {
width:36px;
height:36px;
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
margin:2px 2px 2px 2px;
height: 25;
padding:0px 2px 2px 0px;
}
#x-shapes-milestone {
width:36px;
height:36px;
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
margin:2px 2px 2px 2px;
height: 25;
padding:0px 2px 2px 0px;
}
#x-shapes-sequence {
width:36px;
height:36px;
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
margin:2px 2px 2px 2px;
height: 25;
padding:0px 2px 2px 0px;
}
#x-shapes-association {
width:36px;
height:36px;
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
margin:2px 2px 2px 2px;
height: 25;
padding:0px 2px 2px 0px;
}
#x-shapes-message {
width:36px;
height:36px;
/*background-image:url('/images/ext/gray/shapes/pallete/gateway.png') ;*/
margin:2px 2px 2px 2px;
height: 25;
padding:0px 2px 2px 0px;
}
.toolbar-item{
@@ -668,6 +639,20 @@ antes funcionaba.
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 */
.pm-tree-node1 {