increased image preview size

pull/1/head
Michael Peter Christen 13 years ago
parent a3badd3205
commit 3bea25c513

@ -226,8 +226,8 @@ tt, *.tt {
.thumbcontainer {
margin: 2px;
width: 96px;
height: 96px; /* 96px thumbnail + some lines of text */
width: 128px;
height: 128px; /* 96px thumbnail + some lines of text */
float: left;
}
@ -533,10 +533,10 @@ ul.SubMenu a.MenuItemLink {
a.thumblink {
display:block;
width: 96px;
height: 96px;
width: 128px;
height: 128px;
margin: 2px;
line-height: 96px;
line-height: 128px;
text-align: center;
overflow: hidden;
}

@ -33,8 +33,8 @@
::
#(item)#::<div class="thumbcontainer">
<a href="#[hrefCache]#" target="#[target]#" class="thumblink" onclick="return hs.expand(this)">
<!-- <img src="/ViewImage.png?maxwidth=96&amp;maxheight=96&amp;code=#[code]#" alt="#[name]#" /> -->
<img src="#[href]#" width="96" height="96" alt="#[name]#" />
<!-- <img src="/ViewImage.png?maxwidth=128&amp;maxheight=128&amp;code=#[code]#" alt="#[name]#" /> -->
<img src="#[href]#" width="128" height="128" alt="#[name]#" />
</a>
<div class="highslide-caption"><a href="#[href]#" target="#[target]#">#[name]#</a><br /><a href="#[source]#" target="#[target]#">#[sourcedom]#</a></div>
<!--

Loading…
Cancel
Save