From 49bda1c6c3d2f9f12e0ff339663844bac52a7a34 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 1 Feb 2014 15:10:56 +0100 Subject: [PATCH] webbuild: change matrix to single column and vertical scrolling --- webbuild/html/styles/webbuild.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/webbuild/html/styles/webbuild.css b/webbuild/html/styles/webbuild.css index e2c0859..617558f 100644 --- a/webbuild/html/styles/webbuild.css +++ b/webbuild/html/styles/webbuild.css @@ -277,22 +277,25 @@ input[type="checkbox"] { .matrix { width:100%; height:100%; + word-wrap: break-word; overflow:auto; font-size:7pt; - border:1px solid #2b6600; - padding:2px; - margin:0; +// border:1px solid #2b6600; + padding-right:-2px; + padding-bottom:-2px; + margin-left:2px; + margin-bottom:2px; // background-color:#e0f2d0; - -moz-column-count: 2; +/* -moz-column-count: 2; -moz-column-gap: 1.5em; -moz-column-rule: none; -webkit-column-count: 2; -webkit-column-gap: 1.5em; -webkit-column-rule: none; - /* future proof */ + / future proof column-count: 2; column-gap: 1.5em; - column-rule: none; + column-rule: none;*/ } .CodeMirror {