Skip to content
Snippets Groups Projects
Commit 52e102b6 authored by Frédéric Carretero's avatar Frédéric Carretero
Browse files

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

parent c4a0323f
Branches
Tags
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