Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-05-20 13:42:14 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-05-20 13:42:14 +0300
commit4c361d1e0f9e539549814eed01221543ae0c8679 (patch)
treebdbda140dee580726a4da8dca8d5772f6597f6dd /themes
parentaa78a548031f2dc0ad4fb2346dc0b276dab45dee (diff)
Show column types inline
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/codemirror.css.php11
1 files changed, 11 insertions, 0 deletions
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