diff options
| author | hallgren <hallgren@chalmers.se> | 2012-03-29 17:10:36 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-03-29 17:10:36 +0000 |
| commit | e85a3fff563bbb71802fea686c9e23f1cfcd72d3 (patch) | |
| tree | d7ec33cb1d86b766655c483532dd9288b9373804 /src/www/gfse/editor.css | |
| parent | a519d01754f053eaa8301c5433c5a1c64a80d7f9 (diff) | |
gfse&minibar: work in progress on grammar extension fromminibar
Diffstat (limited to 'src/www/gfse/editor.css')
| -rw-r--r-- | src/www/gfse/editor.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/www/gfse/editor.css b/src/www/gfse/editor.css index 28712e500..27a589a1f 100644 --- a/src/www/gfse/editor.css +++ b/src/www/gfse/editor.css @@ -17,10 +17,16 @@ div.home, div.grammar { border: 1px solid black; background: #9df; } div.home { padding: 5px; } div.files { margin: 0 8px 8px 8px; } -div#file { border: 2px solid #009; border-top-width: 0; } +div#file, table.extension td, table.extension th { border: 2px solid #009 } +div#file { border-top-width: 0; } pre.plain { border: 2px solid #009; } div#file, pre.plain { background: white; padding: 0.6ex; } +table.extension { border-collapse: collapse; background: white; } +table.extension td, table.extension th { padding: 1ex; } +table.extension th { border-right-width: 0; color: #009; } +table.extension td { border-left-width: 0; } + .slideshow .hidden { display: none; } img.cloud, img.right, div.right, div.modtime { float: right; } |
