From eb5a58b04efb6b27a61174f24b7467378c1d5897 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 26 Apr 2014 16:35:35 +0200 Subject: [PATCH] task img can't exceed container width anymore --- views/html/quests/quest.tpl | 2 +- www/css/desktop.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/views/html/quests/quest.tpl b/views/html/quests/quest.tpl index e1427ddb..91762197 100644 --- a/views/html/quests/quest.tpl +++ b/views/html/quests/quest.tpl @@ -37,7 +37,7 @@ -
+

diff --git a/www/css/desktop.css b/www/css/desktop.css index e36844ea..eb76292d 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -141,6 +141,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .admnqf label{margin:10px 0 5px} .admnqf select{font-size:0.875em} +.task img{max-width:100%} /** Popup Notification **/