forked from DGNum/gestioCOF
K-Fêt - Wagtail - Page content becomes a StreamField. - GroupTeam snippet becomes a block for stream field. - Navigation menu moved becomes a "flatmenu", preventing possible future conflicts. - Page layout can be modified in wagtail admin. K-Fêt - Add shorthands for ukf account balance/article price. - Cleaning stylesheets and templates.
14 lines
275 B
CSS
14 lines
275 B
CSS
/**
|
|
* Multiple Select plugin customizations
|
|
*/
|
|
|
|
.ms-choice {
|
|
height: 34px !important;
|
|
line-height: 34px !important;
|
|
border: 1px solid #ccc !important;
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
|
|
}
|
|
|
|
.ms-choice > div {
|
|
top: 4px !important;
|
|
}
|