##// END OF EJS Templates
another stab at confining images to page width...
another stab at confining images to page width - double-click toggles 'raw' size for large image output - uses max-width on both markdown and output images - `height: auto` fixes aspect ratio problems caused by using max-width alone - img.unconfined disables max-width confinement

File last commit:

r20777:7d8283c1
r20981:0bc30a1a
Show More
altuploadform.less
26 lines | 437 B | text/x-less | LessCssLexer
/* We need an invisible input field on top of the sentense*/
/* "Drag file onto the list ..." */
.alternate_upload {
background-color:none;
display: inline;
&.form
{
padding: 0;
margin:0;
}
input.fileinput
{
display: inline;
opacity: 0;
z-index: 2;
width: 12ex;
margin-right: -12ex;
}
.btn-upload {
height: @btn_mini_height;
}
}