Skip to content
Snippets Groups Projects
Commit 992351a6 authored by Anthony Borghi's avatar Anthony Borghi
Browse files

Merge branch 'bug/4-correctif-redmine-4187' into 'master'

Correction de l'affichage des libellés de l'état d'installation

See merge request Development/vitis_apps/application/gtf!10
parents b2ac3594 52e102b6
Branches
No related tags found
No related merge requests found
......@@ -29,14 +29,18 @@
.panel-default>.panel-heading{
background-color: @application-lighen-color-theme;
}
//
// Bouton vert.
.install-state-ok {
background: url("../images/button_green.gif") 190px center no-repeat;
background: url("../images/button_green.gif") 15px center no-repeat;
}
// Bouton rouge.
.install-state-error {
background: url("../images/button_red.gif") 190px center no-repeat;
background: url("../images/button_red.gif") 15px center no-repeat;
}
// Libellé de chaque état d'installation.
.install-state-ok > span, .install-state-error > span {
padding-left: 20px;
}
.version-update {
height:20px;
padding-top:0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment