Skip to content

Commit

Permalink
Fixed an issue where the column settings box in the dashboard would b…
Browse files Browse the repository at this point in the history
…e cropped in certain cases.
  • Loading branch information
mrcbnsls committed Mar 17, 2016
1 parent e91122b commit 58caddc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions var/httpd/htdocs/skins/Agent/default/css/Core.Table.css
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,11 @@ thead .headerSortDown > a:before {
z-index: 100;
}

.MainBox.Dashboard .DataTable thead th.DashboardHeader .ColumnSettingsBox,
.MainBox.Dashboard .TableSmall thead th.OverviewHeader .ColumnSettingsBox {
top: -10px;
}

.DataTable thead th.DashboardHeader .ColumnSettingsBox select,
.TableSmall thead th.OverviewHeader .ColumnSettingsBox select {
margin-top: 0px;
Expand Down

0 comments on commit 58caddc

Please sign in to comment.