This is an automated email from the ASF dual-hosted git repository. derjan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/empire-db.git
commit e34df79035363ee8016158e1ffb766eaba832bb5 Author: Jan Glaubitz <[email protected]> AuthorDate: Thu Mar 30 12:34:12 2023 +0200 empire-db JSF Example - changed media tag to support small layout for iPhone (landscape and portrait) und iPad (portrait) --- empire-db-examples/empire-db-example-jsf2/src/main/webapp/css/form.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/empire-db-examples/empire-db-example-jsf2/src/main/webapp/css/form.css b/empire-db-examples/empire-db-example-jsf2/src/main/webapp/css/form.css index 443cba2a..eb4f8f78 100644 --- a/empire-db-examples/empire-db-example-jsf2/src/main/webapp/css/form.css +++ b/empire-db-examples/empire-db-example-jsf2/src/main/webapp/css/form.css @@ -148,7 +148,7 @@ div.eFormGrid.grid-v-align > .eControl > .eCtlInput { } /* extentions */ -@media (min-width: 800px) { +@media (min-width: 1024px) { div.eFormGrid.grid-columns-2 { grid-template-columns: repeat(2, 1fr); }
