From ff8e6e4a354a79696d3f54ddad54e639c0a5ccfe Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 26 Apr 2014 15:42:29 +0200 Subject: [PATCH] fixed stretching for narrow crossword quests --- www/css/desktop.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/desktop.css b/www/css/desktop.css index 8492501e..e36844ea 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -283,7 +283,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .textinput input[type=text]{height:16px;font-size:.875em} -.crossword table{width:100%;max-width:800px;border-spacing:2px;border-collapse:separate} +.crossword table{max-width:800px;border-spacing:2px;border-collapse:separate} .crossword td{background:#d7d4cf;padding:1px} .crossword input[type=text]{text-align:center;height:26px;width:100%;min-width:8px;max-width:40px;margin:0;padding:0;border:none;text-transform:uppercase} .crossword ol{list-style-type:decimal;margin-left:25px}