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