centering the moon img

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
smaus
Posts: 84
Joined: Sunday 18 February 2018 9:32
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

centering the moon img

Post by smaus »

how can i center the moon picture in the block?
Attachments
center.jpg
center.jpg (167.17 KiB) Viewed 259 times
User avatar
clinkadink
Posts: 417
Joined: Tuesday 31 December 2019 1:15
Target OS: Linux
Domoticz version: 2020.2
Location: Swindon, UK
Contact:

Re: centering the moon img

Post by clinkadink »

If you add key: 'moon' to your moon block, you can apply css to it in your custom.css.

Code: Select all

buttons.moon = {
  key: 'moon',
  width:12,
  isimage:true,
  refreshimage:60000,
  image: 'moon'
}
I haven't tried is, as I don't use the moon block. But you may start with trying this:

Code: Select all

[data-id='moon'] {
  text-align: center;
}
"UI is the saddle, the stirrups, & the reins. UX is the feeling you get being able to ride the horse."
smaus
Posts: 84
Joined: Sunday 18 February 2018 9:32
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: centering the moon img

Post by smaus »

Great thanks, its working.

I'm learning more and more
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest