From: Mischa POSLAWSKY Date: Tue, 5 May 2009 23:59:04 +0000 (+0000) Subject: force keyboard width to prevent row breaks X-Git-Tag: v1.3~141 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/e249bd725fd80c5d994d72c2027b2a6f97bca378 force keyboard width to prevent row breaks Prefer horizontal scrolling to mispositioned keys. --- diff --git a/base.css b/base.css index 8490154..0aee0ed 100644 --- a/base.css +++ b/base.css @@ -91,6 +91,14 @@ li.row ul ul { h3 {display: none} /* semantic details (non-css/js) */ li.mode {display: none} /* initially hidden (only show interactively (js)) */ +#rows { + width: 82.5em; /* 12 * (2px + 1px + 6.2em + 1px + 2px) + 8em*/ + padding-right: 72px; +} +#rows > li { + margin-right: -72px; +} + /* individual keys */ dl.legend dt,