Skip to content

Commit 747d409

Browse files
MAGETWO-56826: Notification messages area. Bug fixing activities
1 parent 7024f85 commit 747d409

File tree

2 files changed

+10
-6
lines changed
  • app

2 files changed

+10
-6
lines changed

app/code/Magento/AdminNotification/view/adminhtml/ui_component/notification_area.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<item name="label" xsi:type="string" translate="true"/>
4545
<item name="dataType" xsi:type="string">text</item>
4646
<item name="sorting" xsi:type="string">asc</item>
47-
<item name="sortOrder" xsi:type="number">10</item>
47+
<item name="sortOrder" xsi:type="number">30</item>
4848
</item>
4949
</argument>
5050
</column>

app/design/adminhtml/Magento/backend/Magento_AdminNotification/web/css/source/_module.less

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636

3737
.message {
38-
display: inline-block;
38+
background: none;
3939
margin: 0 0 -3px;
4040
overflow: hidden;
4141
padding: @message-system-short-message__padding-vertical 0 @message-system-short-message__padding-vertical 3.3rem;
@@ -46,13 +46,17 @@
4646
}
4747

4848
.action-menu-item {
49-
&.action-close {
49+
&.action-close-wrapper {
50+
width: 3.5rem;
51+
}
52+
53+
.action-close {
5054
float: right;
5155
}
5256

53-
display: inline-block;
54-
vertical-align: top;
57+
float: right;
5558
padding: @message-system-short-message__padding-vertical 0 0;
59+
vertical-align: top;
5660
}
5761
}
5862

@@ -72,7 +76,7 @@
7276
.message-system-short {
7377
min-height: @message-system-short-wrapper__height;
7478

75-
.action-close {
79+
.action-close-wrapper {
7680
display: none;
7781
}
7882
}

0 commit comments

Comments
 (0)