diff --git a/admin/themes/default/template/history.tpl b/admin/themes/default/template/history.tpl index f1c20ea92..0919194b9 100644 --- a/admin/themes/default/template/history.tpl +++ b/admin/themes/default/template/history.tpl @@ -189,7 +189,7 @@ const guest_id = {$guest_id};
{'Add a filter'|translate} - {'Edit'|@translate} + {'Edit'|@translate}
@@ -394,6 +394,7 @@ jQuery(document).ready( function() { .user-name, .user-ip { cursor: pointer; + max-width: fit-content; } .search-line { @@ -429,24 +430,30 @@ jQuery(document).ready( function() { .date-title, .date-section { - width: 300px; text-align: left; padding-left: 10px; } +.date-title { + width: 300px; +} .user-title, .user-section { - width: 200px; text-align: left; padding-left: 10px; } +.user-title { + width: 200px; +} .type-title, .type-section { - width: 250px; text-align: left; padding-left: 10px; } +.type-title { + width: 250px; +} .detail-title, .detail-section { @@ -490,15 +497,16 @@ jQuery(document).ready( function() { display: flex; flex-direction: column; justify-content: center; - margin-right: 20px; height: 60%; + width: 220px; } .date-section { display: flex; flex-direction: row; - margin-right: 20px; height: 60%; + width: 320px; + align-items: center; } .date-infos { @@ -534,8 +542,8 @@ jQuery(document).ready( function() { display: flex; flex-direction: row; align-items: center; - margin-right: 20px; height: 60%; + width: 270px; } .type-desc { @@ -557,7 +565,7 @@ jQuery(document).ready( function() { .toggle-img-option { cursor: pointer; position: absolute; - margin-left: 71px; + margin-left: 51px; } .toggle-img-option::before{ @@ -612,8 +620,9 @@ jQuery(document).ready( function() { } .type-icon img { - width: 70px; - height: 70px; + width: 50px; + height: 50px; + margin-bottom: -5px; } /* Summary */