1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-22 14:27:42 +01:00

Fix grafici minori

This commit is contained in:
Luca 2023-03-28 00:18:38 +02:00
parent 053e46fa16
commit 16937e7320
3 changed files with 28 additions and 4 deletions

View File

@ -1198,4 +1198,28 @@ div.tip {
height: 23px; height: 23px;
padding: 3px 12px; padding: 3px 12px;
margin-top: 4px; margin-top: 4px;
}
/*
* Spunta checkbox viste
*/
table.dataTable>tbody>tr.selected>td.select-checkbox::after,
table.dataTable>tbody>tr.selected>th.select-checkbox::after {
margin-top: -25px;
}
input[type="checkbox"],
input[type="radio"] {
margin: 4px;
line-height: normal;
}
.sidebar-menu>li {
padding: 1px;
}
.widget-user .widget-user-image>img {
-webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
} }

View File

@ -55,7 +55,7 @@ if ($user_photo) {
<img src="'.$user_photo.'" class="img-circle" alt="'.$user['username'].'" />'; <img src="'.$user_photo.'" class="img-circle" alt="'.$user['username'].'" />';
} else { } else {
echo ' echo '
<i class="fa fa-user-circle-o fa-4x pull-left" alt="'.tr('OpenSTAManager').'"></i>'; <i style="color:white;margin-left:5px;" class="fa fa-user-circle-o fa-5x" alt="'.tr('OpenSTAManager').'"></i>';
} }
echo ' echo '

View File

@ -2,8 +2,8 @@
"private": true, "private": true,
"main": "gulpfile.js", "main": "gulpfile.js",
"dependencies": { "dependencies": {
"@fullcalendar/moment": "^6.1.4", "@fullcalendar/moment": "^6.1.5",
"@fullcalendar/moment-timezone": "^6.1.4", "@fullcalendar/moment-timezone": "^6.1.5",
"admin-lte": "^2.4.18", "admin-lte": "^2.4.18",
"autocompleter": "^6.1.1", "autocompleter": "^6.1.1",
"autonumeric": "^4.6.0", "autonumeric": "^4.6.0",
@ -22,7 +22,7 @@
"dropzone": "^5.7.2", "dropzone": "^5.7.2",
"eonasdan-bootstrap-datetimepicker": "^4.17.49", "eonasdan-bootstrap-datetimepicker": "^4.17.49",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"fullcalendar-scheduler": "^6.1.4", "fullcalendar-scheduler": "^6.1.5",
"geocomplete": "^1.7.0", "geocomplete": "^1.7.0",
"hotkeys-js": "^3.8.5", "hotkeys-js": "^3.8.5",
"html5sortable": "^0.13.2", "html5sortable": "^0.13.2",