Reduced the left padding value on alert message

Closes-Bug: 1566405

Change-Id: I8592a5ce11a8501d28140eae75963364ffc2f286
This commit is contained in:
Andy Hsiang 2016-04-07 02:47:48 -04:00
parent 1cd9f0a75e
commit d76fb60fd7
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,6 @@
z-index: $zindex-dropdown + 1;
padding-top: $padding-small-vertical;
right: $padding-large-horizontal;
// TODO (hurgleburlger) RESPONSIVE
// We will readdress this when we address the responsiveness of Horizon
width: 300px;
@ -24,3 +23,6 @@
}
}
.alert > ul {
padding: 0;
}

View File

@ -48,4 +48,4 @@ form label {
// http://stackoverflow.com/questions/26292408/why-does-this-behave-the-way-it-does-with-max-width-0
#content_body {
max-width: 0;
}
}