Notice: CMSB v2.02 Beta: Signup & Feedback thread

9 posts by 3 authors in: Forums > CMS Builder
Last Post: January 22, 2010   (RSS)

Re: [Dave] Notice: CMSB v2.02 Beta 1: Signup & Feedback thread

By Dave - January 20, 2010 - edited: January 20, 2010

We've just released beta 2, if there is no further feedback this will be the official release for 2.02 for early next week.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Notice: CMSB v2.02 Beta 1: Signup & Feedback thread

By zip222 - January 22, 2010

There is a minor style issue in the image uploader area. See the attached screen shot. I am using Firefox 3.5.5 on a Mac.
Attachments:

style-issue.jpg 54K

Re: [zip222] Notice: CMSB v2.02 Beta 1: Signup & Feedback thread

By ross - January 22, 2010

Hi there

Thanks for posting!

I had a look at your screen shot and I didn't actually notice anything. Could you give me some more detail about what's going on? Perhaps the text for those headings is too big?

Let me know and we'll track it down for you :).
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Consulting
consulting@interactivetools.com

Hire me! Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/

Re: [ross] Notice: CMSB v2.02 Beta 1: Signup & Feedback thread

By zip222 - January 22, 2010

That's exactly what I was pointing out. Those headings are unusually and distractingly large. In the page hierarchy they really should be fairly discreet.

Re: [zip222] Notice: CMSB v2.02 Beta 1: Signup & Feedback thread

By Dave - January 22, 2010

Hi zip222,

You can find the CSS for that in this file:
/cmsAdmin/3rdParty/SimplaAdmin/css/style.css

Search for: table.data th

table.data th {
font-weight: bold;
font-size: 15px;
border-bottom: 1px solid #ddd;
}


This style is used for headings on the record list page and on the upload list iframe. I dropped it from 15px to 14px.

Do you have any suggestions who what you'd like the CSS to be? We can add a new class for the upload table if needed.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Notice: CMSB v2.02 Beta 1: Signup & Feedback thread

By zip222 - January 22, 2010

I think something like this looks better and works for the main headers and the upload headers...

table.data th {
font-weight: bold;
font-size: 10px;
border-bottom: 1px solid #ddd;
text-transform: uppercase;
}

Re: [zip222] Notice: CMSB v2.02 Beta 1: Signup & Feedback thread

By Dave - January 22, 2010

I like that. I've updated that for the upload headings. I agree that they're not a significant enough element on the page to warrant the size that they were! :)

Here's the new css I added (for a new class I added):

table.uploadlist th {
font-size: 10px;
text-transform: uppercase;
}


I'm not sold on the list page, though, but I've added a feature so it's easy for you to override it (from the changelog):

- Custom CSS: You can now define your own upgrade-safe CSS by creating a file named: cmsAdmin/custom.css

Just create that file and add your CSS to it.

Hope that helps! If there's anything else you want to be able to do CSS wise that you can't do with that new file just let me know. Thanks!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Notice: CMSB v2.02 Beta: Signup & Feedback thread

By Dave - January 22, 2010

We've just sent CMSB 2.02 beta 3 to the beta list with the following changes:

- Fixed issue where Flash uploader didn't work on some Macs with Flash 10

- "Tip: hold <Ctrl> to select multiple files" show as <Command> for Macs

- Added "Server Resource Limits" under: Admin > General. Besides being
interesting, these help us debug server load and performance issues. (Not available
on Windows servers)

- Custom CSS: You can now define your own upgrade-safe CSS by creating
a file named: cmsAdmin/custom.css. It's only loaded if it exists.

Let me know any feedback, thanks!
Dave Edis - Senior Developer
interactivetools.com