File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
code/Magento/AdminNotification/view/adminhtml/ui_component
design/adminhtml/Magento/backend/Magento_AdminNotification/web/css/source Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 44
44
<item name =" label" xsi : type =" string" translate =" true" />
45
45
<item name =" dataType" xsi : type =" string" >text</item >
46
46
<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 >
48
48
</item >
49
49
</argument >
50
50
</column >
Original file line number Diff line number Diff line change 35
35
}
36
36
37
37
.message {
38
- display : inline-block ;
38
+ background : none ;
39
39
margin : 0 0 -3px ;
40
40
overflow : hidden ;
41
41
padding : @message-system-short-message__padding-vertical 0 @message-system-short-message__padding-vertical 3.3rem ;
46
46
}
47
47
48
48
.action-menu-item {
49
- & .action-close {
49
+ & .action-close-wrapper {
50
+ width : 3.5rem ;
51
+ }
52
+
53
+ .action-close {
50
54
float : right ;
51
55
}
52
56
53
- display : inline-block ;
54
- vertical-align : top ;
57
+ float : right ;
55
58
padding : @message-system-short-message__padding-vertical 0 0 ;
59
+ vertical-align : top ;
56
60
}
57
61
}
58
62
72
76
.message-system-short {
73
77
min-height : @message-system-short-wrapper__height ;
74
78
75
- .action-close {
79
+ .action-close-wrapper {
76
80
display : none ;
77
81
}
78
82
}
You can’t perform that action at this time.
0 commit comments