FBI-2401:RTL> Styles have been broken in 3.2.3 with an RTL language
Icons Case
This commit is contained in:
@@ -398,3 +398,6 @@ td.x-date-mp-sep {
|
||||
right: 0x !important;
|
||||
}
|
||||
|
||||
#startCaseTreePanel span:after, font:after {
|
||||
content: "\200E";
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ Sprite modificado de http://ajaxbestiary.com/Labs/SilkSprite/
|
||||
|
||||
.panel_headerBar___processmaker{background:url("/images/ext/gray/toolbar/bg.gif") #F0F0F0 !important}
|
||||
|
||||
.button_menu_ext{height:18px !important;}
|
||||
.button_menu_ext{padding-left:20px !important;height:18px !important;}
|
||||
.button_large_ext{padding-left:20px !important;height:32px !important;}
|
||||
.button_toolbar{padding-left:18px !important;height:18px !important;font-size:15px;cursor:pointer;margin:0 2px 1px 3px;line-height:25px}
|
||||
.ss_accept{background-position:0 0 !important}
|
||||
|
||||
@@ -672,6 +672,6 @@ td.x-date-mp-sep {
|
||||
.ext-ie .x-menu-item-checked .x-menu-group-item .x-menu-item-icon {
|
||||
right: 0x !important;
|
||||
}
|
||||
span:after, font:after {
|
||||
#startCaseTreePanel span:after, font:after {
|
||||
content: "\200E";
|
||||
}
|
||||
|
||||
@@ -220,6 +220,7 @@ Sprite modificado de http://ajaxbestiary.com/Labs/SilkSprite/
|
||||
background: url("/skins/neoclassic/images/ext/gray/toolbar/bg.gif") #f0f0f0 !important;
|
||||
}
|
||||
.button_menu_ext {
|
||||
padding-left: 20px !important;
|
||||
height: 18px !important;
|
||||
}
|
||||
.button_large_ext {
|
||||
|
||||
@@ -417,3 +417,6 @@ td.x-date-mp-sep {
|
||||
right: 0x !important;
|
||||
}
|
||||
|
||||
#startCaseTreePanel span:after, font:after {
|
||||
content: "\200E";
|
||||
}
|
||||
|
||||
@@ -397,3 +397,6 @@ td.x-date-mp-sep {
|
||||
right: 0x !important;
|
||||
}
|
||||
|
||||
#startCaseTreePanel span:after, font:after {
|
||||
content: "\200E";
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ Sprite modificado de http://ajaxbestiary.com/Labs/SilkSprite/
|
||||
|
||||
.panel_headerBar___processmaker{background:url("/images/ext/gray/toolbar/bg.gif") #F0F0F0 !important}
|
||||
|
||||
.button_menu_ext{height:18px !important;}
|
||||
.button_menu_ext{padding-left:20px !important;height:18px !important;}
|
||||
.button_large_ext{padding-left:20px !important;height:32px !important;}
|
||||
.button_toolbar{padding-left:18px !important;height:18px !important;font-size:15px;cursor:pointer;margin:0 2px 1px 3px;line-height:25px}
|
||||
.ss_accept{background-position:0 0 !important}
|
||||
|
||||
@@ -399,3 +399,6 @@ td.x-date-mp-sep {
|
||||
right: 0x !important;
|
||||
}
|
||||
|
||||
#startCaseTreePanel span:after, font:after {
|
||||
content: "\200E";
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ Sprite modificado de http://ajaxbestiary.com/Labs/SilkSprite/
|
||||
|
||||
.panel_headerBar___processmaker{background:url("/images/ext/gray/toolbar/bg.gif") #F0F0F0 !important}
|
||||
|
||||
.button_menu_ext{height:18px !important;}
|
||||
.button_menu_ext{padding-left:20px !important;height:18px !important;}
|
||||
.button_large_ext{padding-left:20px !important;height:32px !important;}
|
||||
.button_toolbar{padding-left:18px !important;height:18px !important;font-size:15px;cursor:pointer;margin:0 2px 1px 3px;line-height:25px}
|
||||
.ss_accept{background-position:0 0 !important}
|
||||
|
||||
@@ -328,7 +328,7 @@ Ext.onReady(function() {
|
||||
xtype : 'button',
|
||||
id : 'starCaseButton',
|
||||
disabled : true,
|
||||
iconCls : "ICON_CASES_START_CASE",
|
||||
iconCls : "button_menu_ext ICON_CASES_START_CASE",
|
||||
text : TRANSLATIONS.ID_TITLE_START_CASE,
|
||||
autoWidth : true,
|
||||
handler : function() {
|
||||
|
||||
@@ -389,7 +389,7 @@ Ext.onReady(function(){
|
||||
id: 'deatachAction',
|
||||
disabled: true,
|
||||
text: _('ID_OPEN_IN_A_NEW_WINDOW'),
|
||||
iconCls: 'ss_sprite ss_application_form',
|
||||
iconCls: 'button_menu_ext ss_sprite ss_application_form',
|
||||
handler: function(){
|
||||
if( Ext.getCmp('debugPanelTabs').getActiveTab().id === 'debugVariables' ){
|
||||
var i,
|
||||
|
||||
@@ -438,7 +438,7 @@ Ext.onReady(function(){
|
||||
pressed: false,
|
||||
enableToggle:true,
|
||||
text: ' '+_('ID_CASES_NOTES'),
|
||||
iconCls: 'ICON_CASES_NOTES',
|
||||
iconCls: 'button_menu_ext ICON_CASES_NOTES',
|
||||
tooltip: {
|
||||
title: _('ID_CASES_NOTES'),
|
||||
text:_('ID_SHOW_CASES_NOTES')
|
||||
|
||||
@@ -703,7 +703,6 @@ Ext.onReady(function(){
|
||||
var arrayContextMenuOption = [
|
||||
{
|
||||
text: _("ID_EDIT"),
|
||||
iconCls: "button_menu_ext",
|
||||
icon: "/images/pencil.png",
|
||||
handler: editProcess
|
||||
},
|
||||
@@ -720,7 +719,6 @@ Ext.onReady(function(){
|
||||
},
|
||||
{
|
||||
text: _("ID_DELETE"),
|
||||
iconCls: "button_menu_ext",
|
||||
icon: "/images/delete_16.png",
|
||||
handler: deleteProcess
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user