diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2014-06-01 15:18:47 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2014-06-01 15:18:47 +0200 |
commit | 9b8d4a5db97489bfbb5116b081dbdc8de706e502 (patch) | |
tree | f30f195d51963b92918f6d1b1c5cf6e0c48ac065 /pyload/web/app/styles | |
parent | fixed js hint (diff) | |
download | pyload-9b8d4a5db97489bfbb5116b081dbdc8de706e502.tar.xz |
fixed click captcha size
Diffstat (limited to 'pyload/web/app/styles')
-rw-r--r-- | pyload/web/app/styles/default/style.less | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ |