Skip to content
Extraits de code Groupes Projets
Valider 9ee831b3 rédigé par Maïeul's avatar Maïeul Validation de Gitea
Parcourir les fichiers

Merge branch 'progress-bar' of fa_b/formidable into master

parents 33be4e92 3945c563
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
.progress-bar { .progress-bar {
background-color: #f1f1f1; background-color: #f1f1f1;
height: 20px;
padding: 1px; padding: 1px;
margin: 2px 0; margin: 2px 0;
-moz-border-radius: 5px; -moz-border-radius: 5px;
...@@ -20,22 +19,25 @@ ...@@ -20,22 +19,25 @@
-webkit-moz-text-shadow: 0 1px 1px #fff; -webkit-moz-text-shadow: 0 1px 1px #fff;
-moz-text-shadow: 0 1px 1px #fff; -moz-text-shadow: 0 1px 1px #fff;
text-shadow: 0 1px 1px #fff; text-shadow: 0 1px 1px #fff;
position:absolute; position:relative;
top:2px;
left:0;
} }
.progress-bar strong small {font-size:90%; font-weight:normal;} .progress-bar strong small {font-size:90%; font-weight:normal;}
.progress-bar span { .progress-bar span {
background-color: #bbb; background-color: #ddd;
background-image: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#777)); background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#999));
background-image: -webkit-linear-gradient(top, #bbb, #777); background-image: -webkit-linear-gradient(top, #ddd, #999);
background-image: -moz-linear-gradient(top, #bbb, #777); background-image: -moz-linear-gradient(top, #ddd, #999);
background-image: -ms-linear-gradient(top, #bbb, #777); background-image: -ms-linear-gradient(top, #ddd, #999);
background-image: -o-linear-gradient(top, #bbb, #777); background-image: -o-linear-gradient(top, #ddd, #999);
background-image: linear-gradient(top, #bbb, #777); background-image: linear-gradient(top, #ddd, #999);
display: inline-block; display: block;
height: 100%; position: absolute;
top: 2px;
bottom: 2px;
left: 2px;
height: calc(100% - 4px);
max-width: calc(100% - 4px);
-moz-border-radius: 3px; -moz-border-radius: 3px;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
border-radius: 3px; border-radius: 3px;
...@@ -50,13 +52,13 @@ ...@@ -50,13 +52,13 @@
} }
.progress-bar.gray span { .progress-bar.gray span {
background-color: #bbb; background-color: #ddd;
background-image: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#777)); background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#999));
background-image: -webkit-linear-gradient(top, #bbb, #777); background-image: -webkit-linear-gradient(top, #ddd, #999);
background-image: -moz-linear-gradient(top, #bbb, #777); background-image: -moz-linear-gradient(top, #ddd, #999);
background-image: -ms-linear-gradient(top, #bbb, #777); background-image: -ms-linear-gradient(top, #ddd, #999);
background-image: -o-linear-gradient(top, #bbb, #777); background-image: -o-linear-gradient(top, #ddd, #999);
background-image: linear-gradient(top, #bbb, #777); background-image: linear-gradient(top, #ddd, #999);
} }
.progress-bar.blue span { .progress-bar.blue span {
...@@ -106,4 +108,4 @@ ...@@ -106,4 +108,4 @@
.grille_choix td { .grille_choix td {
padding-top: .3462em; padding-top: .3462em;
padding-bottom: .3462em; padding-bottom: .3462em;
} }
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter