projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
decf914
)
Make the sql input textarea big
author
Karl O. Pinc
<kop@karlpinc.com>
Mon, 19 Aug 2024 19:19:06 +0000
(14:19 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Mon, 19 Aug 2024 19:19:06 +0000
(14:19 -0500)
src/pgwui_common/static/pgwui.css
patch
|
blob
|
history
diff --git
a/src/pgwui_common/static/pgwui.css
b/src/pgwui_common/static/pgwui.css
index 52923f24cf13849cea4b8e421ed1ed0822ca5e68..94d1064288711df5b353757ee426fadcf226e7ec 100644
(file)
--- a/
src/pgwui_common/static/pgwui.css
+++ b/
src/pgwui_common/static/pgwui.css
@@
-47,6
+47,10
@@
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; }