first commit

This commit is contained in:
Roman Pyrih
2023-07-24 08:30:51 +02:00
commit c2e100a763
7128 changed files with 1622619 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#fw-options-box-icon_box.service-icon-postbox .inside {
margin-top: 0 !important;
padding-bottom: 0 !important;
}

View File

@@ -0,0 +1,17 @@
table.wp-list-table td.column-image {
line-height: 0;
}
table.wp-list-table th.manage-column.column-image {
width: 150px;
}
#posts-filter th.column-posts span{
white-space: nowrap;
}
@media screen and (max-width: 1450px) {
#posts-filter th.column-posts{
width: 20%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -0,0 +1 @@
jQuery('#fw-backend-option-fw-option-service_icon').closest('.postbox').addClass('service-icon-postbox');