jQuery: The Write Less, Do More JavaScript Library

Is there a way to increase the icon size?

View: New views
2 Messages — Rating Filter:   Alert me  

Is there a way to increase the icon size?

by Gary-15 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is there are way to do this just with css, without actually resizing
the whole icons image?

Thanks.

--

You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery-ui@....
To unsubscribe from this group, send email to jquery-ui+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.



Re: Is there a way to increase the icon size?

by Richard D. Worth-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Add a margin

.ui-icon { margin:20px; }

The icons are packed into a css sprite grid, so you can't actually make the icon bigger without having icons around it showing through as well.

- Richard

On Tue, Nov 3, 2009 at 12:00 PM, Gary <gzhu01@...> wrote:
Is there are way to do this just with css, without actually resizing
the whole icons image?

Thanks.

--

You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery-ui@....
To unsubscribe from this group, send email to jquery-ui%2Bunsubscribe@....
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.



--

You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery-ui@....
To unsubscribe from this group, send email to jquery-ui+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.