Page 1 of 1

Latest update messes up custom CSS

PostPosted: Wed Sep 16, 2015 5:46 am
by rwu2359
Screen Shot 2015-09-16 at 14.37.12.png
Screen Shot 2015-09-16 at 14.37.12.png (28.33 KiB) Viewed 8608 times

Screen Shot 2015-09-16 at 14.36.40.png
Screen Shot 2015-09-16 at 14.36.40.png (13.18 KiB) Viewed 8608 times


first few lines of my custom CSS are
body{
font: 22px "Gotham Condensed", serif;
}
.title-input{
font: 17px "Gotham Condensed", serif;
}
.form-control{
font: 17px "Gotham Condensed", serif;
}

but as you can see from screenshots the web viewer no longer matches my changed layouts.
Anything you have that is done that is causing this??

Re: Latest update messes up custom CSS

PostPosted: Wed Sep 16, 2015 6:18 am
by John Sindelar
I imagine there is a bad / invisible character at the beginning of your CSS: i'd try removing everything your added to the beginning of the CSS and saving the default CSS file, and the add your changes in somewhere towards the middle of the CSS instead of at the top. If that doesn't work fee free to copy your css to a text file, zip it, and email it to support at seedcode.com and I'll be happy to check it out.

Thanks!

- John

Re: Latest update messes up custom CSS

PostPosted: Wed Sep 16, 2015 7:39 am
by rwu2359
Correct answer--- do a diff between your base css and then find out which tiny little bit you managed to mess up..
Thanks for the kick there.


So a question - what's the class for the new grid view resource names, and the background colour??

Re: Latest update messes up custom CSS

PostPosted: Wed Sep 16, 2015 8:27 am
by John Sindelar
=)

I've attached a picture of the class I think you're looking for. To find this stuff, I log into the online version of DayBack and find the classes in the browser--so much easier--before applying the changes in DayBack for FileMaker. There is a movie of how to do this here... http://www.seedcode.com/pmwiki/index.ph ... Online.CSS ...and if you need to you can log into the DEMO of DayBack online here: http://www.seedcode.com/dayback-online-demo/

Hope that helps,

John

2015-09-16_0924.png
2015-09-16_0924.png (298.7 KiB) Viewed 8594 times

Re: Latest update messes up custom CSS

PostPosted: Sat Sep 19, 2015 2:41 am
by rwu2359
Helps a lot.. .thanks