Skip to content

Commit 2908486

Browse files
authored
Merge pull request #17 from magefan/12934-add-redicrect-url-for-shapes-and-custom-html
12934 update styles
2 parents a3a3991 + b14dffc commit 2908486

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

view/adminhtml/templates/form/css.phtml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77

88
<style>
99
fieldset[data-index="container_image"] .admin__field .admin__field-label,
10-
fieldset[data-index="container_text_or_html"] .admin__field .admin__field-label {height: auto!important;position: relative !important;width: fit-content !important;}
10+
fieldset[data-index="container_text_or_html"] .admin__field .admin__field-label,
11+
fieldset [data-index="redirect_url"] .admin__field-label
12+
{height: auto!important;position: relative !important;width: fit-content !important;}
1113

1214
fieldset[data-index="container_image"] [data-index="image"] .admin__field-label,
1315
fieldset[data-index="container_image"] [data-index="pp_image"] .admin__field-label,
@@ -16,7 +18,9 @@
1618

1719
fieldset[data-index="container_image"] > .admin__field-control,
1820
fieldset[data-index="container_text_or_html"] > .admin__field-control {padding: 20px;border: 1px solid #ccc;}
19-
fieldset[data-index="container_text_or_html"] .admin__field-note {background-color: #fffbbb;padding: 10px;}
21+
fieldset[data-index="container_shape"] .admin__field-note,
22+
fieldset[data-index="container_text_or_html"] .admin__field-note
23+
{background-color: #fffbbb;padding: 10px;}
2024

2125
body.use_the_same_label_for_product_page [data-index="product_page"] [data-index="pp_position"],
2226
body.use_the_same_label_for_product_page [data-index="product_page"] [data-index="container_text_or_html"],

0 commit comments

Comments
 (0)