[public.css.container] fixed card layout #rev.2

This commit is contained in:
xdrm-brackets 2018-04-17 16:31:27 +02:00
parent 7af0fefdc1
commit 73be58df63
2 changed files with 3 additions and 3 deletions

View File

@ -28,6 +28,7 @@
.inline-box{ .inline-box{
flex: 1 1 20%; flex: 1 1 20%;
height: auto; height: auto;
min-height: 10em;
} }
.inline-row{ .inline-row{
@ -99,7 +100,6 @@
// width: calc( 50% - 2*1em - 2*1em ); // width: calc( 50% - 2*1em - 2*1em );
flex: calc( 50% - 2*1em - 2*1em ); flex: calc( 50% - 2*1em - 2*1em );
height: auto; height: auto;
min-height: 10em;
margin: 1em; margin: 1em;
padding: 1em; padding: 1em;

View File

@ -30,7 +30,8 @@
align-items: center; } align-items: center; }
#WRAPPER > #CONTAINER > section.active .inline-box { #WRAPPER > #CONTAINER > section.active .inline-box {
flex: 1 1 20%; flex: 1 1 20%;
height: auto; } height: auto;
min-height: 10em; }
#WRAPPER > #CONTAINER > section.active .inline-row { #WRAPPER > #CONTAINER > section.active .inline-row {
flex: 0 0 2.3em; } flex: 0 0 2.3em; }
#WRAPPER > #CONTAINER > section.active .searchbar { #WRAPPER > #CONTAINER > section.active .searchbar {
@ -68,7 +69,6 @@
position: relative; position: relative;
flex: calc( 50% - 2*1em - 2*1em); flex: calc( 50% - 2*1em - 2*1em);
height: auto; height: auto;
min-height: 10em;
margin: 1em; margin: 1em;
padding: 1em; padding: 1em;
border-radius: 3px; border-radius: 3px;