From 4c361d1e0f9e539549814eed01221543ae0c8679 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Wed, 20 May 2015 16:12:14 +0530 Subject: Show column types inline Signed-off-by: Madhura Jayaratne --- themes/pmahomme/css/codemirror.css.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'themes') diff --git a/themes/pmahomme/css/codemirror.css.php b/themes/pmahomme/css/codemirror.css.php index 1130cad3d1..e88fbb7435 100644 --- a/themes/pmahomme/css/codemirror.css.php +++ b/themes/pmahomme/css/codemirror.css.php @@ -55,3 +55,14 @@ span.cm-separator { span.cm-number { color: teal; } + +.autocomplete-column-name { + display: inline-block; +} + +.autocomplete-column-hint { + display: inline-block; + float: right; + color: #666; + margin-left: 1em; +} \ No newline at end of file -- cgit v1.2.3