mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-04 20:29:27 +01:00
Added scrollbar to global settings grid
This commit is contained in:
parent
f526a92b08
commit
463aa9044a
@ -1268,9 +1268,8 @@ a:hover {
|
||||
|
||||
.leftmenu_panel {
|
||||
width:221px;
|
||||
height:auto;
|
||||
height:100%;
|
||||
min-height:1000px;
|
||||
height:auto;
|
||||
float:left;
|
||||
background:#d6dfe5 repeat top left;
|
||||
border-right:1px solid #aeb9c5;
|
||||
@ -2435,6 +2434,16 @@ a:hover.search_button {
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.fixed_gridcontainer {
|
||||
width:100%;
|
||||
height:700px;
|
||||
float:left;
|
||||
overflow-y:scroll;
|
||||
overflow-y:auto;
|
||||
overflow-x:hidden;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
.grid_rows {
|
||||
width:100%;
|
||||
height:auto;
|
||||
|
||||
@ -56,7 +56,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="grid_content">
|
||||
<div id="grid_content" class="fixed_gridcontainer">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid_botactionpanel">
|
||||
@ -66,23 +67,25 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- global setting grid template (begin) -->
|
||||
<div id="globalsetting_template" class="grid_rows even" style="display:none">
|
||||
<div class="grid_row_cell" style="width: 35%;">
|
||||
<div class="row_celltitles" id="name">
|
||||
|
||||
<div id="globalsetting_template" class="grid_rows even" style="display:none">
|
||||
<div class="grid_row_cell" style="width: 35%;">
|
||||
<div class="row_celltitles" id="name">
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid_row_cell" style="width: 23%;">
|
||||
<div class="row_celltitles" id="value">
|
||||
</div>
|
||||
<input class="text" id="value_edit" style="width: 200px; display: none;" type="text" />
|
||||
<div id="value_edit_errormsg" style="display: none">
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid_row_cell" style="width: 40%;">
|
||||
<div class="row_celltitles" id="description">description
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid_row_cell" style="width: 23%;">
|
||||
<div class="row_celltitles" id="value">
|
||||
</div>
|
||||
<input class="text" id="value_edit" style="width: 200px; display: none;" type="text" />
|
||||
<div id="value_edit_errormsg" style="display: none">
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid_row_cell" style="width: 27%;">
|
||||
<div class="row_celltitles" id="description">description
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- global setting grid template (end) -->
|
||||
|
||||
<div id="dialog_alert_restart_management_server" title="Alert" style="display:none">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user