From c8cbbe2842d51f7c8d0aad50f48a21d02e75b28b Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 17 May 2014 16:26:38 +0200 Subject: [PATCH] matrix option font sizing --- www/css/desktop.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/desktop.css b/www/css/desktop.css index b0f7afaa..5d6d8fb4 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -153,6 +153,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .task strong{font-style:italic;font-weight:400} .task table{max-width:800px} .task td{background:#fff;padding:1px 5px;border:1px solid #d7d4cf} +.task table option{font-size:0.675em} .task input[type="text"].small{width:40px} .task input[type="text"].medium{width:90px}