1
0
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:
Daniel Molina 2013-03-01 17:13:07 +01:00
parent 887d2651b5
commit 96781714cf
2 changed files with 15 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}