Skip to content

Commit

Permalink
refs #4987 make sure the expand drawer is visible in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed May 5, 2014
1 parent 7140ec4 commit e023f4a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions plugins/CoreHome/stylesheets/zen-mode.less
@@ -1,4 +1,3 @@

#content:not(.admin), .widget {

.UserCountryMap .dataTableFooterIcons {
Expand Down Expand Up @@ -71,10 +70,6 @@
transition: all 300ms ease;
}

&> div:not(#dashboard) .dataTableFeatures .expandDataTableFooterDrawer {
margin-bottom: -20px;
}

.dataTableFeatures:hover .foldDataTableFooterDrawer,
.dataTableFeatures:hover .expandDataTableFooterDrawer {
opacity: 1 !important;
Expand Down Expand Up @@ -110,3 +105,9 @@
}

}

#content:not(.admin){
&> div:not(#dashboard) .dataTableFeatures .expandDataTableFooterDrawer {
margin-bottom: -20px;
}
}

0 comments on commit e023f4a

Please sign in to comment.