Skip to content

Commit

Permalink
Merge pull request #574 from OpenNMS/jira/BSM-131
Browse files Browse the repository at this point in the history
BSM-131: BSM Ops Board status elements do not use 100% height if other elements use more than 1 row
  • Loading branch information
Jesse White committed Feb 4, 2016
2 parents db3dce6 + bfa6611 commit e03580d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -342,5 +342,5 @@ td.onms { font-size: 100%; }
.severity.Indeterminate{ background-color: #EBEBCD; border-top: 2px solid #999000 !important; background-image: url(../bsm/images/bgIndeterminate.png); }
.severity.Normal{ background-color: #D7E1CD; border-top: 2px solid #336600 !important; background-image: url(../bsm/images/bgNormal.png); }
.severity.Cleared { background-color: #EEEEEE; border-top: 2px solid #999999 !important; background-image: url(../bsm/images/bgCleared.png); }
.severity.bright { padding-left: 20px; background-position: top left; background-repeat: repeat-y; }
.severity.nobright { background-image: none;}
.severity.bright { text-overflow: ellipsis; white-space: nowrap; padding-left: 20px; background-position: top left; background-repeat: repeat-y; }
.severity.nobright { text-overflow: ellipsis; white-space: nowrap; background-image: none;}

0 comments on commit e03580d

Please sign in to comment.