I've updated the template to version 1.1, and below I will list the changes. I'm going to *try* to be diligent with this template, and post all changes so that you can keep your template updated without having to rewrite entire files.
The changes in version 1.1 include adding includes/templates/cherry_zen/templates/tpl_modules_attributes.php
This just adds a clear after the attribute dropdown options, so that if you show attribute images they will start below the dropdowns instead of on the side of them. Simply upload this file to the correct location.
There are various small nit picky changes to stylesheet.css as well, and I'll list each change below:
Change:
Code:
.wrapperAttribsOptions {
line-height:2em;
width:200px;
float:left;
}
to:
Code:
.wrapperAttribsOptions {
line-height:2em;
width:auto;
float:left;
}
Add this directly below:
Code:
.wrapperAttribsOptions h4 {
padding-right:15px;
}
Change:
Code:
.sideBoxContent {
font-size:1.1em;
padding:5px 0;
}
to:
Code:
.sideBoxContent {
font-size:1.1em;
padding:0;
}
Change:
Code:
.sideBoxContent li {
padding:.2em 0;
}
to:
Code:
.sideBoxContent li {
padding:0;
}
Change:
Code:
#categoriesContent {
text-align:left;
padding-left:15px;
}
to:
Code:
#categoriesContent, #documentcategoriesContent {
text-align:left;
padding-left:10px;
}
That's IT! As I said, this is a very minor update, and only address some cosmetic issues.
You can skip it if you like, LOL!
Bookmarks