Untitled diff
12 lines
/*
* Surchargez ce fichier dans votre thème pour personnaliser le module
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/
.themes-switcher {
.themes-switcher {
padding: 5px 0;
padding: 0.809em;
}
.themes-switcher select {
margin: 0 auto 5px auto;
}
}
.themes-switcher-vertical select {
.themes-switcher-vertical select {
display: block;
display: block;
margin: 0 auto 0.309em auto;
}
}