Created language picker.

This commit is contained in:
Pierre
2018-04-08 15:38:11 +02:00
parent 0c68a6c8e8
commit e4e23fa15c
5 changed files with 157 additions and 0 deletions

View File

@ -0,0 +1,9 @@
/**
* Language picker modal stylesheet
*
* @author Pierre HUBERT
*/
.pick-language-modal .modal-body {
text-align: center;
}