diff --git a/core/modules/outside_in/css/outside_in.messages.css b/core/modules/outside_in/css/outside_in.messages.css index cde8707..fe6eff6 100644 --- a/core/modules/outside_in/css/outside_in.messages.css +++ b/core/modules/outside_in/css/outside_in.messages.css @@ -9,24 +9,16 @@ background-repeat: no-repeat; /* Y value aligns icon with the first line of text so icon doesn't get pushed down on long messages. */ background-position: 10px 18px; /* LTR */ - padding-top: 15px; - padding-right: 10px; /* LTR */ - padding-bottom: 15px; /* Provide space for icon and asterisk. */ - padding-left: 35px; /* LTR */ + padding: 15px 10px 15px 35px; /* LTR */ /* Negative margins cancel out padding on the parent. */ - margin-top: 10px; - margin-right: -20px; - margin-bottom: 10px; - margin-left: -20px; - border-top: 1px solid transparent; - border-right: 0; - border-bottom: 1px solid transparent; - border-left: 0; + margin: 10px -20px; + border: 0px solid transparent; + border-top: 1px; + border-bottom: 1px; border-radius: 0; /* Wide left border for message type color strip. */ border-left-width: 5px; /* LTR */ - border-style: solid; word-wrap: break-word; } [dir="rtl"] .ui-dialog-offcanvas .messages {