Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vMap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open source
vMap
Commits
52e102b6
"pull_subtrees.sh" did not exist on "246ebd0f14f0737427330e67eff7f85fb67d72c8"
Commit
52e102b6
authored
6 years ago
by
Frédéric Carretero
Browse files
Options
Downloads
Patches
Plain Diff
Correction de l'affichage des libellés de l'état d'installation
parent
c4a0323f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/vitis/client/modules/vitis/less/versionConfiguration.less
+11
-7
11 additions, 7 deletions
...vitis/client/modules/vitis/less/versionConfiguration.less
with
11 additions
and
7 deletions
src/vitis/client/modules/vitis/less/versionConfiguration.less
+
11
−
7
View file @
52e102b6
...
...
@@ -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") 1
90
px center no-repeat;
background: url("../images/button_green.gif") 1
5
px 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;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment