Skip to content

Commit

Permalink
Jan 30 [UPDT] : Style Updated 'hrms_dashboard'
Browse files Browse the repository at this point in the history
  • Loading branch information
AjmalCybro committed Jan 30, 2023
1 parent 43a9e1c commit 15b6d68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hrms_dashboard/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
###################################################################################
{
'name': "Open HRMS - HR Dashboard",
'version': '16.0.1.0.0',
'version': '16.0.1.0.1',
'summary': """Open HRMS - HR Dashboard""",
'description': """Open HRMS - HR Dashboard""",
'category': 'Generic Modules/Human Resources',
Expand Down
7 changes: 6 additions & 1 deletion hrms_dashboard/doc/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@
#### 18.10.2022
#### Version 16.0.1.0.0
##### ADD
- Initial commit for Open HRMS Project
- Initial commit for Open HRMS Project

#### 30.01.2023
#### Version 16.0.1.0.1
##### FIX
- fix for style issue in Tree views
4 changes: 2 additions & 2 deletions hrms_dashboard/static/src/css/hrms_dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ overflow: auto !important;
color: #00438b; }

.mb-0{
font-size: 20px;
font-size: 1.083rem;
position: relative;
text-align: center;
}
.mb-0 .dash-title {
font-size: 20px;
font-size: 1.083rem;
text-align: center;
color: rgba(255, 255, 255, 0.81);
}
Expand Down

0 comments on commit 15b6d68

Please sign in to comment.