Skip to content

Commit

Permalink
Merge pull request #38 from clekos/fix/some-style-adjustments
Browse files Browse the repository at this point in the history
Fix/some style adjustments
  • Loading branch information
paulandrieux committed Jan 29, 2015
2 parents ff0e948 + 8fee854 commit 0627653
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,19 @@
border-radius: 3px;

&.vic-mode-readonly {
background-color: #04BF96;
background-color: #3398DB;
}

&.vic-mode-layout {
background-color: #2F7BBD;
background-color: #E36566;
}

&.vic-mode-edit {
background-color: #F72848;
background-color: #04BF96;
}

&.vic-mode-style {
background-color: #04BF96;
background-color: #00AAAC;
}
}
}
8 changes: 7 additions & 1 deletion Bundle/CoreBundle/Resources/style/less/ugly.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ body[role=admin-style] {

.vic-text-green {
color: @green;
}
}

li {
a:hover, a:focus {
text-decoration: none;
}
}
4 changes: 2 additions & 2 deletions Bundle/CoreBundle/Resources/translations/victoire.fr.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@
</trans-unit>
<trans-unit id="9" resname="navbar.mode.edit">
<source>navbar.mode.edit</source>
<target>Modification de contenu</target>
<target>Édition</target>
</trans-unit>
<trans-unit id="10" resname="navbar.mode.layout">
<source>navbar.mode.layout</source>
<target>Agencement</target>
</trans-unit>
<trans-unit id="11" resname="navbar.mode.readonly">
<source>navbar.mode.readonly</source>
<target>Apercu</target>
<target>Aperçu</target>
</trans-unit>
<trans-unit id="12" resname="navbar.mode.style">
<source>navbar.mode.style</source>
Expand Down

0 comments on commit 0627653

Please sign in to comment.