Skip to content

Commit

Permalink
Fix rendering for index that has a lot of unassigned replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
mobz committed Jul 18, 2011
1 parent 0472eb1 commit 3b295b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/es/es.css
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ SPAN.jsonPretty-boolean { color: purple; }
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
.clusterOverview-replica.state-UNASSIGNED { background: #eeeeee; color: #999; border-color: #666; }
.clusterOverview-replica.state-UNASSIGNED { background: #eeeeee; color: #999; border-color: #666; float: none; display: inline-block; }
.clusterOverview-replica.state-INITIALIZING { background: #dddc88; }
.clusterOverview-replica.state-STARTED { background: #99dd88; }
.clusterOverview-replica.state-RELOCATING { background: #dc88dd; }

0 comments on commit 3b295b4

Please sign in to comment.