[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 isRtl = $('body').hasClass('o_rtl');
|
||||
|
||||
// Format: "مساء الخير يا أستاذ" then "أحمد" on new line
|
||||
// Format: "مساء الخير أستاذ" then "أحمد" on new line
|
||||
var greetingWithHonorific = isRtl
|
||||
? (greetingText + ' يا ' + honorific)
|
||||
? (greetingText + ' ' + honorific)
|
||||
: greetingText;
|
||||
var greetingHtml = '<span class="greeting-text">' + greetingWithHonorific + '</span>';
|
||||
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@
|
|||
font-size: 18px !important;
|
||||
font-weight: 700 !important;
|
||||
color: #fff !important;
|
||||
margin-bottom: 4px !important;
|
||||
margin-bottom: 2px !important;
|
||||
letter-spacing: 0.3px !important;
|
||||
text-shadow: none !important;
|
||||
-webkit-text-fill-color: unset !important;
|
||||
|
|
@ -172,7 +172,7 @@
|
|||
font-weight: 500 !important;
|
||||
text-transform: uppercase !important;
|
||||
letter-spacing: 1px !important;
|
||||
margin-bottom: 2px !important;
|
||||
margin-bottom: 5px !important;
|
||||
-webkit-text-fill-color: unset !important;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
|
@ -2032,10 +2032,10 @@ p.fn-section.clickable-profile:hover {
|
|||
============================================================ */
|
||||
|
||||
.o_rtl {
|
||||
.genius-search-container {
|
||||
margin-left: 0 !important;
|
||||
margin-right: auto !important;
|
||||
}
|
||||
// .genius-search-container {
|
||||
// margin-left: 0 !important;
|
||||
// margin-right: auto !important;
|
||||
// }
|
||||
|
||||
.genius-search-icon {
|
||||
left: auto !important;
|
||||
|
|
|
|||
|
|
@ -127,19 +127,19 @@
|
|||
}
|
||||
|
||||
/* === Tab Navigation RTL === */
|
||||
.dashboard-nav-buttons {
|
||||
flex-direction: row-reverse !important;
|
||||
// .dashboard-nav-buttons {
|
||||
// flex-direction: row-reverse !important;
|
||||
|
||||
.nav-tabs {
|
||||
flex-direction: row-reverse !important;
|
||||
}
|
||||
}
|
||||
// .nav-tabs {
|
||||
// flex-direction: row-reverse !important;
|
||||
// }
|
||||
// }
|
||||
|
||||
/* === Search Container RTL === */
|
||||
.genius-search-container {
|
||||
margin-left: 0 !important;
|
||||
margin-right: auto !important;
|
||||
}
|
||||
// .genius-search-container {
|
||||
// margin-left: 0 !important;
|
||||
// margin-right: auto !important;
|
||||
// }
|
||||
|
||||
.genius-search-icon {
|
||||
left: auto !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue