diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-07-13 23:11:57 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-07-13 23:13:23 (GMT) |
commit | 3dde5e42704bb5633827f0b7ba4a403d98365c22 (patch) | |
tree | 975502992f0bfdac1b8e678c4db4b0019ac24c5d /www/styles | |
parent | 52233b8ca0dd227cfdc1dbed9bb7f4d04c5d152f (diff) |
added normalization step to progress bar
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/main-style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/styles/main-style.css b/www/styles/main-style.css index b76c32f..3c09e11 100644 --- a/www/styles/main-style.css +++ b/www/styles/main-style.css @@ -44,6 +44,12 @@ body { margin-bottom: 0; } +.progress-bar { + -webkit-transition: width .2s ease !important; + -o-transition: width .2s ease !important; + transition: width .2s ease !important; +} + .main-selector { height: 2.5em; width: 100%; |