From 9d21b73a81297043b75866ee76c4edf2ae578dd3 Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 18 May 2015 13:16:45 +0000 Subject: GF cloud: updated lists of supported RGL languages and some minor style updates --- src/www/gfse/editor.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/www/gfse/editor.css') diff --git a/src/www/gfse/editor.css b/src/www/gfse/editor.css index c6973f2d5..22805b990 100644 --- a/src/www/gfse/editor.css +++ b/src/www/gfse/editor.css @@ -33,9 +33,11 @@ table.extension td { border-left-width: 0; min-width: 30em; } .slideshow .hidden { display: none; } -img.cloud, img.right, div.right, div.modtime { float: right; } +img.cloud, img.right, div.right, div.modtime, div.version { float: right; } -.modtime { color: #999; white-space: nowrap; } +div.modtime >small { visibility: hidden; } +div.modtime:hover >small { visibility: visible; } +.modtime,.version { color: #999; white-space: nowrap; } table.grammar_list { border-collapse: collapse; margin-left: 1.0em; } table.grammar_list td { padding: 0.4ex 0.25em; } @@ -116,7 +118,7 @@ table.tabs input[type=button], table.matrixview th input[type=button] { .string_edit { font-family: inherit; font-size: inherit; } textarea.string_edit { vertical-align: top; } -ul.languages { -moz-column-width: 20em; } +ul.languages { -moz-column-width: 10em; } li { margin-top: 0.5ex; margin-bottom: 0.5ex; } -- cgit v1.2.3