From 77f337edf220fc567f99ed78d7a4521b00254d5a Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 19 Aug 2024 19:10:36 -0500 Subject: [PATCH] Move SQL css into the pgwui_sql component --- src/pgwui_common/static/pgwui.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/pgwui_common/static/pgwui.css b/src/pgwui_common/static/pgwui.css index e560c70..27cb505 100644 --- a/src/pgwui_common/static/pgwui.css +++ b/src/pgwui_common/static/pgwui.css @@ -1,4 +1,5 @@ -/* Copyright (C) 2012, 2021 The Meme Factory, Inc. http://www.karlpinc.com/ +/* Copyright (C) 2012, 2021, 2024 The Meme Factory, Inc. + * http://www.karlpinc.com/ * Copyright (C) 2006, 2008, Karl O. Pinc * * This file is part of PGWUI_Common. @@ -47,10 +48,6 @@ HR.lightsep { border-top: dotted; .label { text-align: right; } .verticalgap { height: 1em; } -/* The SQL entry window. */ -.sqltext { height: 40em; - width: 80em; } - /* The navbar */ .navbar { text-align: center; } -- 2.34.1