Detail view: CSS fixes for edit mode

-Fix scrollbars on select box

-Fix apply/cancel buttons being hidden
This commit is contained in:
Brian Federle 2013-04-15 14:06:42 -07:00
parent 2f0e0d9a7d
commit bd8a9e920e

View File

@ -1697,7 +1697,7 @@ div.list-view td.state.off span {
}
.detail-view .main-groups {
max-height: 455px;
max-height: 407px;
overflow: auto;
overflow-x: hidden;
margin-right: 12px;
@ -1754,6 +1754,10 @@ div.list-view td.state.off span {
width: 245px;
}
.detail-group .main-groups table td.value > span select {
width: 100% !important;
}
.detail-group .main-groups table td.value .view-all {
cursor: pointer;
/*[empty]height:;*/