[IMP] system_dashboard_classic: automatic update
Auto-generated commit based on local changes.
This commit is contained in:
parent
166711e34c
commit
bcaa4b5542
|
|
@ -297,9 +297,9 @@ odoo.define('system_dashboard_classic.dashboard_self_services', function(require
|
||||||
var employeeName = result.employee[0][0].name;
|
var employeeName = result.employee[0][0].name;
|
||||||
var isRtl = $('body').hasClass('o_rtl');
|
var isRtl = $('body').hasClass('o_rtl');
|
||||||
|
|
||||||
// Format: "مساء الخير يا أستاذ" then "أحمد" on new line
|
// Format: "مساء الخير أستاذ" then "أحمد" on new line
|
||||||
var greetingWithHonorific = isRtl
|
var greetingWithHonorific = isRtl
|
||||||
? (greetingText + ' يا ' + honorific)
|
? (greetingText + ' ' + honorific)
|
||||||
: greetingText;
|
: greetingText;
|
||||||
var greetingHtml = '<span class="greeting-text">' + greetingWithHonorific + '</span>';
|
var greetingHtml = '<span class="greeting-text">' + greetingWithHonorific + '</span>';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -159,7 +159,7 @@
|
||||||
font-size: 18px !important;
|
font-size: 18px !important;
|
||||||
font-weight: 700 !important;
|
font-weight: 700 !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
margin-bottom: 4px !important;
|
margin-bottom: 2px !important;
|
||||||
letter-spacing: 0.3px !important;
|
letter-spacing: 0.3px !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
-webkit-text-fill-color: unset !important;
|
-webkit-text-fill-color: unset !important;
|
||||||
|
|
@ -172,7 +172,7 @@
|
||||||
font-weight: 500 !important;
|
font-weight: 500 !important;
|
||||||
text-transform: uppercase !important;
|
text-transform: uppercase !important;
|
||||||
letter-spacing: 1px !important;
|
letter-spacing: 1px !important;
|
||||||
margin-bottom: 2px !important;
|
margin-bottom: 5px !important;
|
||||||
-webkit-text-fill-color: unset !important;
|
-webkit-text-fill-color: unset !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
@ -2032,10 +2032,10 @@ p.fn-section.clickable-profile:hover {
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
.o_rtl {
|
.o_rtl {
|
||||||
.genius-search-container {
|
// .genius-search-container {
|
||||||
margin-left: 0 !important;
|
// margin-left: 0 !important;
|
||||||
margin-right: auto !important;
|
// margin-right: auto !important;
|
||||||
}
|
// }
|
||||||
|
|
||||||
.genius-search-icon {
|
.genius-search-icon {
|
||||||
left: auto !important;
|
left: auto !important;
|
||||||
|
|
|
||||||
|
|
@ -127,19 +127,19 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* === Tab Navigation RTL === */
|
/* === Tab Navigation RTL === */
|
||||||
.dashboard-nav-buttons {
|
// .dashboard-nav-buttons {
|
||||||
flex-direction: row-reverse !important;
|
// flex-direction: row-reverse !important;
|
||||||
|
|
||||||
.nav-tabs {
|
// .nav-tabs {
|
||||||
flex-direction: row-reverse !important;
|
// flex-direction: row-reverse !important;
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
/* === Search Container RTL === */
|
/* === Search Container RTL === */
|
||||||
.genius-search-container {
|
// .genius-search-container {
|
||||||
margin-left: 0 !important;
|
// margin-left: 0 !important;
|
||||||
margin-right: auto !important;
|
// margin-right: auto !important;
|
||||||
}
|
// }
|
||||||
|
|
||||||
.genius-search-icon {
|
.genius-search-icon {
|
||||||
left: auto !important;
|
left: auto !important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue