From 94009e01b403b1e9d177c121554d75ff46fe587b Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 17 May 2014 15:57:13 +0200 Subject: [PATCH] small & medium size classes for text input in tasks --- www/css/desktop.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/css/desktop.css b/www/css/desktop.css index c136154f..cb610713 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -153,6 +153,8 @@ 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 input[type="text"].small{width:40px} +.task input[type="text"].medium{width:90px} /** Popup Notification **/