task img can't exceed container width anymore
This commit is contained in:
parent
c1a314f6e7
commit
eb5a58b04e
2 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
<?php endif ?>
|
||||
|
||||
<?php if(!is_null($task)) : ?>
|
||||
<section>
|
||||
<section class="task">
|
||||
<h1 id="task"><?=_('Task')?></h1>
|
||||
<?php if(!is_null($queststatus)) : ?>
|
||||
<?php if($queststatus == 'solved') : ?>
|
||||
|
|
|
|||
|
|
@ -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 **/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue