FBI-2401:RTL> Styles have been broken in 3.2.3 with an RTL language

Icons Case
This commit is contained in:
Fabio Guachalla
2018-05-16 09:23:31 -04:00
parent d2d5b9454e
commit 9bf735c56b
13 changed files with 21 additions and 10 deletions

View File

@@ -398,3 +398,6 @@ td.x-date-mp-sep {
right: 0x !important;
}
#startCaseTreePanel span:after, font:after {
content: "\200E";
}

View File

@@ -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}

View File

@@ -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 {
content: "\200E";
#startCaseTreePanel span:after, font:after {
content: "\200E";
}

View File

@@ -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 {

View File

@@ -417,3 +417,6 @@ td.x-date-mp-sep {
right: 0x !important;
}
#startCaseTreePanel span:after, font:after {
content: "\200E";
}

View File

@@ -397,3 +397,6 @@ td.x-date-mp-sep {
right: 0x !important;
}
#startCaseTreePanel span:after, font:after {
content: "\200E";
}

View File

@@ -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}

View File

@@ -399,3 +399,6 @@ td.x-date-mp-sep {
right: 0x !important;
}
#startCaseTreePanel span:after, font:after {
content: "\200E";
}

View File

@@ -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}

View File

@@ -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() {

View File

@@ -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,

View File

@@ -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')

View File

@@ -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
},