DESIGNfromWITHIN / Flexibility

Flexibility - Fully functional MODX Revolution website. Quickstart projects by creating a fully working MODX Revolution website with just one package. Need MODX Revolution 2.2+
http://flexibilitymodx.com/
Other
35 stars 6 forks source link

Small issues updating 2.08 to 3.0.2 #49

Open Showa opened 12 years ago

Showa commented 12 years ago

Hi Menno,

Congratulations with the new Flexibility!

I updated 2.0.8 to 3.0.2 I did this with my test site. Because I build a membership login, a calendar a jplayer in my site I had some extra css and scripts in the header, basic page and footer but than al was almost functioning as it should be.

Until now I noticed two minor issues. The first is that extra resources where added. The second one was that in gallery all the thumbnails where in a vertical line and not floating to the left. In 2.0.8 I had the same issue but after changing .gal-item in .gal-item-active in style.css this problem was solved. I tried to do same in 3.0.2 but noticed that style.css was completely changed.

Before I update my actual site I would like to solve this problems. By the way the url of my site is: ceciliahandel.nl if you like I can give you a login name and password so you can also see the part with the calendar and jPlayer.

With kind regards,

Ad.

Showa commented 12 years ago

Solved the thumbnail issue by adding /* Gallery */ .gal-item-active{ float: left; margin: 10px 10px 10px 0px; text-align: center; }

.gal-item-active a{ float: left; display: block; }

.gal-item-active img{ border: solid 4px #CCC; width: 217px; }

.gal-item-active img:hover{ border: solid 4px #666; } in the new style.css maybe not a correct solution but works!