]> nos-oignons.net Git - website.git/blobdiff - local.css
Affichage des promesses de dons
[website.git] / local.css
index 27c5c013050e358ea2978ad378aa9253370abda9..78297cd8e95f157e6c55e4720fd07953f61c733a 100644 (file)
--- a/local.css
+++ b/local.css
@@ -401,12 +401,15 @@ thead td {
   .progress-bar-wrapper .progress-bar {
     position: absolute;
     height: 85px;
-    background: grey url(assets/progress_bar.png) bottom left repeat-x;
+    background: grey url(assets/progress_bar.png) left -85px repeat-x;
     /* animate progress bar */
     -webkit-animation: progress-bar 1.5s;
     -moz-animation: progress-bar 1.5s;
     animation: progress-bar 1.5s;
   }
+  .progress-bar-wrapper .progress-bar-promises {
+    background: grey url(assets/progress_bar.png) left bottom repeat-x;
+  }
 
   /* progress bar animation*/
   @-webkit-keyframes progress-bar { 0% { width: 0; } }
@@ -424,6 +427,9 @@ thead td {
     color: #ccc;
     font-size: 0.9em;
   }
+  /* Promises amount */
+  .progress-bar-wrapper .progress-bar-promises:after {
+  }
 
   /* Temperature bar */
   .progress-bar-wrapper:before {