From 9b8d4a5db97489bfbb5116b081dbdc8de706e502 Mon Sep 17 00:00:00 2001
From: RaNaN <Mast3rRaNaN@hotmail.de>
Date: Sun, 1 Jun 2014 15:18:47 +0200
Subject: fixed click captcha size

---
 pyload/web/app/styles/default/style.less | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'pyload/web/app/styles')

diff --git a/pyload/web/app/styles/default/style.less b/pyload/web/app/styles/default/style.less
index ad60e5b59..fb441b882 100644
--- a/pyload/web/app/styles/default/style.less
+++ b/pyload/web/app/styles/default/style.less
@@ -222,6 +222,12 @@ header { //  background-color: @greyDark;
 
 }
 
+.query-modal {
+  img {
+    max-width: none;
+  }
+}
+
 /*
    Actionbar
 */
-- 
cgit v1.2.3