Move SQL css into the pgwui_sql component
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 20 Aug 2024 00:10:36 +0000 (19:10 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 20 Aug 2024 00:10:36 +0000 (19:10 -0500)
src/pgwui_common/static/pgwui.css

index e560c703bb1edc40ff7b82a5f8b4467c2a72443e..27cb505ee6c6084a97d0610c6e4310adb9732def 100644 (file)
@@ -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 <kop@karlpinc.com>
  *
  * 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; }