mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Detail view: CSS fixes for edit mode
-Fix scrollbars on select box -Fix apply/cancel buttons being hidden
This commit is contained in:
parent
2f0e0d9a7d
commit
bd8a9e920e
@ -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:;*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user