diff --git a/main/attendance/attendance_sheet.php b/main/attendance/attendance_sheet.php index d74b70ae5b..0512edad78 100755 --- a/main/attendance/attendance_sheet.php +++ b/main/attendance/attendance_sheet.php @@ -142,7 +142,7 @@ if (api_is_allowed_to_edit(null, true) || floatingHeaderRow.css("width", $(this).css("width")); floatingHeaderRow.css("visibility", "visible"); floatingHeaderRow.css("z-index", "1000"); - originalHeaderRow.css("height", "80px"); + originalHeaderRow.css("height", "40px"); } else { floatingHeaderRow.css("visibility", "hidden"); floatingHeaderRow.css("top", "0px"); diff --git a/main/css/base.css b/main/css/base.css index 3fd8b7a36d..8179f6df7c 100755 --- a/main/css/base.css +++ b/main/css/base.css @@ -1537,11 +1537,11 @@ div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.r } .attendance-users-table td { - height:66px; + height:45px; } .attendance-calendar-table td { - height:66px; + height:45px; } /********************************************** @@ -3263,8 +3263,8 @@ form .formw .freeze { .data_table th, .data_table td { border-top: 1px solid #DDDDDD; line-height: 18px; - padding-top: 10px; - padding-bottom: 10px; + padding-top: 0px; + padding-bottom: 0px; } .data_table th { @@ -3350,7 +3350,7 @@ form .formw .freeze { padding: 5px 5px 0px 5px; } .tableFloatingHeaderOriginal th, .tableWithFloatingHeader th{ - height:80px; + height:40px; } /* jsPlumb */