mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-28 17:57:22 +03:00
feature #1664: Improve progress bar css
This commit is contained in:
parent
887d2651b5
commit
96781714cf
@ -6554,18 +6554,25 @@ form.creation {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
/* line 582, ../sass/app.scss */
|
||||
/* line 583, ../sass/app.scss */
|
||||
.progress {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 19px !important;
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
/* line 588, ../sass/app.scss */
|
||||
/* line 590, ../sass/app.scss */
|
||||
.progress-text {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/* line 596, ../sass/app.scss */
|
||||
.meter {
|
||||
background: #cdebf5 !important;
|
||||
}
|
||||
|
@ -577,16 +577,22 @@ form.creation {
|
||||
position:relative;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
.progress {
|
||||
position:absolute;
|
||||
width: 100%;
|
||||
height: 19px !important;
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
.progress-text {
|
||||
position:absolute;
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.meter {
|
||||
background: #cdebf5 !important;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user