This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Icon placing problem
#1
Hi
The objects that I have added to the visualization page have to be very close to each other. Therefore, the user may not be able to click on the correct icon.
Can I place the icons not in rectangular shape , maybe an ellipse shape would be heplful.
Reply
#2
This can done via CSS for round icons that are shown in icon mode (without value). Set Additional classes of required elements to round, add to Custom CSS (Vis. graphics > Edit custom CSS):
Code:
.round {
  border-radius: 50%;
  overflow: hidden;
}
Note that this only work in the visualization viewer but not in the editor.
Reply
#3
Did i correctly setted icons to round ?

Attached Files Thumbnail(s)
       
Reply
#4
Yes, but your CSS wrong. Copy it as is from my previous post.
Reply


Forum Jump: