CLOUDSTACK-771:Instance Table misalignment : Adding the hover view in order to display the full text

This commit is contained in:
Pranav Saxena 2012-12-24 17:57:46 +05:30
parent 7410de9cca
commit 5b751b2a13

View File

@ -453,6 +453,12 @@ div.list-view table tbody td span {
}
div.list-view table tbody td span:hover {
overflow:auto;
}
div.list-view div.toolbar div.section-switcher div.section-select label {
margin: 0 9px 0 0;
}