mirror of https://github.com/apache/cloudstack.git
Increase max-width of list view table cells to 160px
This commit is contained in:
parent
1b533f2354
commit
23e75eb788
|
|
@ -441,7 +441,7 @@ body.login {
|
|||
div.list-view table tbody td span {
|
||||
display: block;
|
||||
float: left;
|
||||
max-width: 100px;
|
||||
max-width: 160px;
|
||||
word-wrap: break-word;
|
||||
text-indent: 0;
|
||||
margin-left: 12px;
|
||||
|
|
@ -450,13 +450,10 @@ div.list-view table tbody td span {
|
|||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
}
|
||||
|
||||
div.list-view table tbody td span:hover {
|
||||
|
||||
overflow:auto;
|
||||
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
div.list-view div.toolbar div.section-switcher div.section-select label {
|
||||
|
|
@ -7221,19 +7218,18 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
|
|||
min-width: 100px;
|
||||
}
|
||||
|
||||
div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody tr.even td
|
||||
{
|
||||
border-right: 1px solid #BFBFBF;
|
||||
clear: none;
|
||||
color: #495A76;
|
||||
font-size: 10px;
|
||||
margin-right: 25px;
|
||||
min-width: -moz-available;
|
||||
max-width:90px;
|
||||
overflow: hidden;
|
||||
padding: 9px 5px 8px 0;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody tr.even td {
|
||||
border-right: 1px solid #BFBFBF;
|
||||
clear: none;
|
||||
color: #495A76;
|
||||
font-size: 10px;
|
||||
margin-right: 25px;
|
||||
min-width: -moz-available;
|
||||
max-width: 90px;
|
||||
overflow: hidden;
|
||||
padding: 9px 5px 8px 0;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.multi-edit {
|
||||
|
|
@ -10689,10 +10685,9 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
|
|||
}
|
||||
|
||||
div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit tbody tr td,
|
||||
div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit thead tr th
|
||||
{
|
||||
min-width:72px;
|
||||
font-size:10px;
|
||||
div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit thead tr th {
|
||||
min-width: 72px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.ui-dialog div.autoscaler .detail-actions {
|
||||
|
|
@ -11178,8 +11173,8 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
|
|||
background-position: -168px -31px;
|
||||
}
|
||||
|
||||
.reset .icon{
|
||||
background-position: -168px -31px;
|
||||
.reset .icon {
|
||||
background-position: -168px -31px;
|
||||
}
|
||||
|
||||
.restoreVM:hover .icon,
|
||||
|
|
@ -11187,7 +11182,6 @@ background-position: -168px -31px;
|
|||
background-position: -168px -613px;
|
||||
}
|
||||
|
||||
|
||||
.reset:hover .icon {
|
||||
background-position: -168px -613px;
|
||||
}
|
||||
|
|
@ -11316,3 +11310,4 @@ background-position: -168px -31px;
|
|||
cursor: pointer;
|
||||
color: #0000FF !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue