Release note v15.2
------------------ ### Features * Overtime Reports * Overtime calculation for california ### Fixes * Fix issue: uncaught error when placeholder value is empty * Log email sending success status * Fix broken longer company name issue * Make the application accessible when client on an intranet with no internet connection * Fix issue: when a module is disabled other modules depend on it stops working
This commit is contained in:
@@ -651,4 +651,14 @@ table.dataTable{
|
||||
border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
-webkit-border-radius: 0px;
|
||||
}
|
||||
|
||||
.logoResponsive{
|
||||
background: #3c8dbc !important;
|
||||
text-align: left !important;
|
||||
width:50% !important;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0px) and (max-width: 600px) {
|
||||
.logoResponsive { display: none !important;}
|
||||
}
|
||||
Reference in New Issue
Block a user