X-Git-Url: https://www.nos-oignons.net/gitweb/website.git/blobdiff_plain/cc2b5e27e4330746af9cc6e28717f1da4a2f5961..0673daa3ed2be4edb4fe6e9c48fb5adbf5ff966c:/local.css?ds=sidebyside diff --git a/local.css b/local.css index a7490dd..e6349f7 100644 --- a/local.css +++ b/local.css @@ -382,9 +382,9 @@ thead td { /* Progress bar */ .progress-bar-wrapper { - margin-top: 1em; + margin: 1em auto; height: 85px; - width: 300px; + width: 600px; background: lightGrey url(assets/progress_bar.png) top left repeat-x; border: 1px solid #ccc; border-bottom: 0; @@ -393,7 +393,17 @@ thead td { .progress-bar-wrapper .progress-bar { height: 85px; background: grey url(assets/progress_bar.png) bottom left repeat-x; + /* animate progress bar */ + -webkit-animation: progress-bar 1.5s; + -moz-animation: progress-bar 1.5s; + animation: progress-bar 1.5s; } + + /* progress bar animation*/ + @-webkit-keyframes progress-bar { 0% { width: 0; } } + @-moz-keyframes progress-bar { 0% { width: 0; } } + keyframes progress-bar { 0% { width: 0; } } + .progress-bar-wrapper:after { content: " "; display: block; @@ -414,10 +424,6 @@ thead td { } -.section-progress-text { - width: 47.5%; - padding-left: 2%; -} /* FDN Form */ .fdn-form {}