From: Karl O. Pinc Date: Tue, 20 Aug 2024 00:10:36 +0000 (-0500) Subject: Move SQL css into the pgwui_sql component X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=77f337edf220fc567f99ed78d7a4521b00254d5a;p=pgwui_common Move SQL css into the pgwui_sql component --- 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; }