Skip to content

Commit

Permalink
FIX pluxml#220 err affichage css theme defaut
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane authored and bazooka07 committed Dec 4, 2017
1 parent b816f11 commit a2b187b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions readme/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ FIX Suppression fichier plugin update impossible (droit fichier)
FIX Chevauchement des menus de l'administration avec un facteur de zoom > 100%
FIX Administration : mauvais affichage des caractères spéciaux dans le nom de l'auteur d'un commentaire (contribution bazooka07)
FIX mediasManager.js : fonction callback inactive avec Firefox Quantum
FIX #220 Problème affichage css thème par défaut
FIX #256 plxPlugin::setParam : mauvais test su le paramètre $type (contribution bazooka07)
FIX #260 Libellé de catégorie "Non classé" non affiché lors de la prévisualisation

Expand Down
2 changes: 2 additions & 0 deletions themes/defaut/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ nav {
overflow-y: auto;
text-align: left;
margin-top: 0;
z-index: 10;
}
.nav>.container {
padding: 0;
Expand Down Expand Up @@ -339,6 +340,7 @@ body {
position: absolute;
padding: 0;
line-height: 2.8rem;
z-index: 10;
}
.menu > li:hover ul {
display: block;
Expand Down

0 comments on commit a2b187b

Please sign in to comment.