Merge pull request #950 from bigjohn322/master

Resolve 1440px dashboard layout conflict & keep notification nav buttons inside div
This commit is contained in:
Luke 2015-01-02 12:03:20 -05:00
commit e3687e3e39

View file

@ -812,7 +812,7 @@ progress {
color: green;
}
@media all and (max-width: 1440px) {
@media all and (max-width: 1439px) {
.dashboardHomeRightColumn {
margin-top: 1em;
@ -847,7 +847,7 @@ progress {
}
.firstDashboardHomeRightColumn .ui-collapsible-content {
height: 585px;
min-height: 585px;
}
}