Launchpad theme

780
4
Jump to solution
10-27-2017 10:52 AM
DanielMunoz
Occasional Contributor

I was wondering if someone else figured out how to avoid the resizing of the image (jpg/png) for the widget icons, I have read the threads change on-screen icon size and Increase Icon Size but none of those changes affect the size at all for the launchpad theme third style. I attached a picture of the look we are trying to achieve, we don't necessarily want to increase the size of the area just take over the grey area, any guidance is welcome. thank you!

icons 38x38

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Daniel,

  So I wonder if some of your previous changes are affecting this then. When I make that on css rule change to a new app it looks like the attached image.

View solution in original post

4 Replies
RobertScheitlin__GISP
MVP Emeritus

Daniel,

  In the [install dir]\server\apps\[app#]\themes\LaunchpadTheme\styles\style3\css\launchpad.css make this rule change (the rule already exists so you are changing it):

.claro .jimu-anchorbar-iconitem .icon-item .icon {
  width: 40px !important;
  height: 40px !important;
  margin-top: 0 !important;
}

Now if you are using 40x40 px icons that are round you should be good to go.

0 Kudos
DanielMunoz
Occasional Contributor

Robert. I modified those lines - this is the first time the icons move (I have tried at least 12 dozens others settings with change), so I'm closer, the icons are 40 pixels but they still being resized, is there another area where i should look. thanks Daniel

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Daniel,

  So I wonder if some of your previous changes are affecting this then. When I make that on css rule change to a new app it looks like the attached image.

DanielMunoz
Occasional Contributor

Robert, thank you very much for looking into it, you're probably right, I will look into it for a bit, if not i will start from scratch. Daniel

0 Kudos