K4kArot2015 / sigplus

Automatically exported from code.google.com/p/sigplus
0 stars 0 forks source link

Enlarge icon to left #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi!
The Enlarge icon is a very useful option. I'can display the image in a scale of 
1:1 px.
Please think about just moving it to the left. Typically, when using icons that 
is magnified on the screen of some sizes do not you just disappear from view.

In addition, here 'porpozycję another sprite.

I leave the assessment

Regards!

Original issue reported on code.google.com by ten.mari...@gmail.com on 13 Nov 2013 at 1:46

Attachments:

GoogleCodeExporter commented 9 years ago
And preview ;)

Original comment by ten.mari...@gmail.com on 13 Nov 2013 at 1:48

Attachments:

GoogleCodeExporter commented 9 years ago
Aligning the enlarge/shrink icon to the left is easily accomplished with CSS:

#boxplus .boxplus-viewer > .boxplus-resizer > * {
position:absolute;
top:6px;
left:6px;
width:20px;
height:20px;
background:transparent url(resize.png) no-repeat scroll 0 0;
}

In general, the boxplus lightbox pop-up window allows you to override most 
aspects of its appearance via CSS. However, the "factory" alignment for the 
icon has been changed so that it is now left-aligned by default.

Original comment by huny...@gmail.com on 13 Nov 2013 at 5:17

GoogleCodeExporter commented 9 years ago
thx. its work ;)

Original comment by ten.mari...@gmail.com on 13 Dec 2013 at 7:09