[webpack.teacher.view] fixed fold filter group layout

This commit is contained in:
xdrm-brackets 2018-03-05 11:49:55 +01:00
parent df520993fb
commit 18302be8b6
1 changed files with 6 additions and 3 deletions

View File

@ -395,7 +395,7 @@
display: block;
position: relative;
margin: 1em;
margin: .5em 1em;
/* (1.1) Title content */
& > div.fold{
@ -404,8 +404,7 @@
display: inline-block;
position: relative;
margin-bottom: 1em;
padding-right: 1em;
padding-right: 1.4em;
background: transparent url('/asset/svg/down_arrow.svg@bbbbbb') right center no-repeat;
background-size: 1em 1em;
@ -439,6 +438,10 @@
&:hover{ text-decoration: underline; }
&:nth-child(2){
margin-top: .5em;
}
/* (1.3) Pseudo-checkbox */
&:before{
content: '';