From 2fed7bccf5a6499f6dcf0f163524df55de237c8f Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Tue, 26 Oct 2021 12:12:36 +0200 Subject: [PATCH] updated css to make textbox and button 50% screeen --- src/main/webapp/css/main.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/css/main.css b/src/main/webapp/css/main.css index eab9c7e..1302957 100644 --- a/src/main/webapp/css/main.css +++ b/src/main/webapp/css/main.css @@ -3,6 +3,14 @@ width: 100%; } +input#inputQueryCatalogue.input-large { + width: 69%; +} + +#searchCatalogueButton { + width: 29%; +} + .input-catalogue { text-align: center; width: 100%; @@ -20,6 +28,7 @@ .catalogue-table-cell { display: table-cell; + width: 47%; padding: 0; } @@ -30,7 +39,7 @@ } .media-heading-homepage { - font-size: 14px; + font-size: 11px; hyphens: auto; line-height: 1.3; } @@ -42,11 +51,11 @@ overflow: hidden; position: relative; text-align: center; - width: 130px; + width: 90px; } .logo-homepage { - max-height: 60px; + max-height: 30px; } div.catstats {