Skip to content

Commit

Permalink
Modification du style des onglets du menu d'ajout de plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Mar 18, 2016
1 parent ff4e6b7 commit 36b7942
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion templates/marigolds/css/style.css
Expand Up @@ -752,12 +752,15 @@ footer a,#main aside a{
float:left;
padding:5px;
border:none;
margin:0;
margin:0 2px 0 0;
cursor:pointer;
transition: background .2s ease-in;
background:#222222;
color:#ffffff;
}
.pluginBloc .pluginMenu li:last-of-type{
margin-right: 0;
}
.pluginMenu li:hover,.pluginMenu li.selected{

background:#E44D26;
Expand Down Expand Up @@ -830,6 +833,12 @@ footer a,#main aside a{
.versionBloc{
display:none;
}
.pluginBloc .pluginMenu li {
float: none;
display: block;
margin-right: 0;
margin-bottom: 3px;
}
}

@media only screen and (min-width: 480px) {
Expand Down

0 comments on commit 36b7942

Please sign in to comment.