mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Fix progress bar layout
This commit is contained in:
parent
4b9e584282
commit
202d789154
File diff suppressed because one or more lines are too long
@ -481,19 +481,33 @@ fieldset {
|
||||
position:absolute;
|
||||
width: 100%;
|
||||
height: 19px !important;
|
||||
background: #FFF;
|
||||
border: 1px solid #cfcfcf
|
||||
border: 1px solid #efefef;
|
||||
background-color: #f7f7f7;
|
||||
box-shadow: 0px 1px #dfdfdf;
|
||||
}
|
||||
|
||||
.progress-text {
|
||||
position:absolute;
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
color: #000 !important;
|
||||
color: #333 !important;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.meter {
|
||||
background: #cdebf5 !important;
|
||||
box-shadow: 0px 1px #dfdfdf;
|
||||
}
|
||||
|
||||
|
||||
#provision_user_info_quotas_div, #dashboard-tab {
|
||||
.progress {
|
||||
height: 1.5625rem !important;
|
||||
}
|
||||
|
||||
.progress-text {
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -781,24 +795,6 @@ div.dataTables_scrollFoot table {
|
||||
color: #368a54;
|
||||
}
|
||||
|
||||
#provision_user_info_quotas_div, #dashboard-tab {
|
||||
.progress {
|
||||
height: 1.5625rem !important;
|
||||
border: 1px solid #efefef;
|
||||
background-color: #f7f7f7;
|
||||
box-shadow: 0px 1px #dfdfdf;
|
||||
}
|
||||
|
||||
.progress-text {
|
||||
color: #333 !important;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.meter {
|
||||
box-shadow: 0px 1px #dfdfdf;
|
||||
}
|
||||
}
|
||||
|
||||
.provision-input {
|
||||
border-color: #dfdfdf;
|
||||
border-radius: 3px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user