Subtitle y un ícono en el BPMN
This commit is contained in:
@@ -159,7 +159,8 @@ Ext.onReady ( function() {
|
|||||||
document.getElementById('designerFrame').contentWindow.saveProcess();
|
document.getElementById('designerFrame').contentWindow.saveProcess();
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
text:'Save as'
|
text:'Save as',
|
||||||
|
iconCls: 'button_menu_ext ss_sprite ss_disk_multiple'
|
||||||
}, {
|
}, {
|
||||||
xtype: 'tbseparator'
|
xtype: 'tbseparator'
|
||||||
}, {
|
}, {
|
||||||
@@ -177,7 +178,7 @@ Ext.onReady ( function() {
|
|||||||
},{
|
},{
|
||||||
xtype: 'tbsplit',
|
xtype: 'tbsplit',
|
||||||
text:'Zoom',
|
text:'Zoom',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_zoom_in',
|
iconCls: 'button_menu_ext ss_sprite ss_zoom',
|
||||||
menu: new Ext.menu.Menu({
|
menu: new Ext.menu.Menu({
|
||||||
items: [{
|
items: [{
|
||||||
text : '25%',
|
text : '25%',
|
||||||
|
|||||||
@@ -697,12 +697,12 @@ form.formDefault textarea.FormTextPM
|
|||||||
}
|
}
|
||||||
form.formDefault .FormTitle,form.formDefault .FormSubTitle{
|
form.formDefault .FormTitle,form.formDefault .FormSubTitle{
|
||||||
color:#333;
|
color:#333;
|
||||||
text-shadow:0 1px 0px rgba(255,255,255,1);
|
|
||||||
padding-left:5px;
|
padding-left:5px;
|
||||||
font-weight: 700;
|
|
||||||
}
|
}
|
||||||
form.formDefault .FormTitle
|
form.formDefault .FormTitle
|
||||||
{
|
{
|
||||||
|
text-shadow:0 1px 0px rgba(255,255,255,1);
|
||||||
|
font-weight: 700;
|
||||||
color:#000;
|
color:#000;
|
||||||
padding-left:5px;
|
padding-left:5px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
|||||||
Reference in New Issue
Block a user