Merge pull request #950 from bigjohn322/master
Resolve 1440px dashboard layout conflict & keep notification nav buttons inside div
This commit is contained in:
commit
e3687e3e39
1 changed files with 2 additions and 2 deletions
|
@ -812,7 +812,7 @@ progress {
|
||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 1440px) {
|
@media all and (max-width: 1439px) {
|
||||||
|
|
||||||
.dashboardHomeRightColumn {
|
.dashboardHomeRightColumn {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
|
@ -847,7 +847,7 @@ progress {
|
||||||
}
|
}
|
||||||
|
|
||||||
.firstDashboardHomeRightColumn .ui-collapsible-content {
|
.firstDashboardHomeRightColumn .ui-collapsible-content {
|
||||||
height: 585px;
|
min-height: 585px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue