]> nos-oignons.net Git - website.git/blobdiff - local.css
Fichiers PO mis à jour.
[website.git] / local.css
index a7490dda99a247802245439ec456e427516e48cf..e6349f72e78cf6bae50a51ff4570076f69a0abc9 100644 (file)
--- 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 {}