[webpack.teacher.view] fixed fold filter group layout
This commit is contained in:
parent
df520993fb
commit
18302be8b6
|
@ -395,7 +395,7 @@
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
margin: 1em;
|
margin: .5em 1em;
|
||||||
|
|
||||||
/* (1.1) Title content */
|
/* (1.1) Title content */
|
||||||
& > div.fold{
|
& > div.fold{
|
||||||
|
@ -404,8 +404,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
margin-bottom: 1em;
|
padding-right: 1.4em;
|
||||||
padding-right: 1em;
|
|
||||||
|
|
||||||
background: transparent url('/asset/svg/down_arrow.svg@bbbbbb') right center no-repeat;
|
background: transparent url('/asset/svg/down_arrow.svg@bbbbbb') right center no-repeat;
|
||||||
background-size: 1em 1em;
|
background-size: 1em 1em;
|
||||||
|
@ -439,6 +438,10 @@
|
||||||
|
|
||||||
&:hover{ text-decoration: underline; }
|
&:hover{ text-decoration: underline; }
|
||||||
|
|
||||||
|
&:nth-child(2){
|
||||||
|
margin-top: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
/* (1.3) Pseudo-checkbox */
|
/* (1.3) Pseudo-checkbox */
|
||||||
&:before{
|
&:before{
|
||||||
content: '';
|
content: '';
|
||||||
|
|
Loading…
Reference in New Issue