[public.css.container] fixed card layout #rev.2
This commit is contained in:
parent
7af0fefdc1
commit
73be58df63
|
@ -28,6 +28,7 @@
|
|||
.inline-box{
|
||||
flex: 1 1 20%;
|
||||
height: auto;
|
||||
min-height: 10em;
|
||||
}
|
||||
|
||||
.inline-row{
|
||||
|
@ -99,7 +100,6 @@
|
|||
// width: calc( 50% - 2*1em - 2*1em );
|
||||
flex: calc( 50% - 2*1em - 2*1em );
|
||||
height: auto;
|
||||
min-height: 10em;
|
||||
margin: 1em;
|
||||
padding: 1em;
|
||||
|
||||
|
|
|
@ -30,7 +30,8 @@
|
|||
align-items: center; }
|
||||
#WRAPPER > #CONTAINER > section.active .inline-box {
|
||||
flex: 1 1 20%;
|
||||
height: auto; }
|
||||
height: auto;
|
||||
min-height: 10em; }
|
||||
#WRAPPER > #CONTAINER > section.active .inline-row {
|
||||
flex: 0 0 2.3em; }
|
||||
#WRAPPER > #CONTAINER > section.active .searchbar {
|
||||
|
@ -68,7 +69,6 @@
|
|||
position: relative;
|
||||
flex: calc( 50% - 2*1em - 2*1em);
|
||||
height: auto;
|
||||
min-height: 10em;
|
||||
margin: 1em;
|
||||
padding: 1em;
|
||||
border-radius: 3px;
|
||||
|
|
Loading…
Reference in New Issue