PDA

View Full Version : Spacing with cWebview in the viewport



chuckatkinson
1-May-2014, 01:47 PM
To me it doesn't look right. There are spaces between all the elements in the web application - Menu bar, Tool bar, and the cWebview (caption bar). Why can't these all be the same width?

7654
I know it's CSS, but why can't the default be the same width?

FrankValcarcel
1-May-2014, 02:16 PM
artistic license?

chuckatkinson
1-May-2014, 02:42 PM
Would that be Cubist?

Bob Worsley
1-May-2014, 02:45 PM
Sounds like widthist...

chuckatkinson
1-May-2014, 03:50 PM
I fixed my Toolbar in the application.css but trying to get the view region to expand is not possible in application.css ?

I think I mentioned this to Harm and he said I wasn't making my CSS strong enough?



#OWEBAPP .WebApp .WebApp_ViewRegion {
padding: 0px 0px 0px;
background: transparent;
}


I'm not sure how to make it STRONGER (PEDS?)

Bob Worsley
2-May-2014, 08:39 AM
Hi Chuck,
He might be referring to the important tag, check this (http://www.smashingmagazine.com/2010/11/02/the-important-css-declaration-how-and-when-to-use-it/) out.

chuckatkinson
2-May-2014, 10:39 AM
Hi Bob,

Thanks, tried that but it didn't force the #OWEBAPP to override the theme.css for this element.

chuckatkinson
2-May-2014, 10:47 AM
I finally gave up and just copied to a new theme and did it there. Looks better now that the cWebviews fill the available space in the app.

Bob Worsley
2-May-2014, 10:53 AM
I have had it work for me in this environment so even if it didn't here, keep it in mind, it can be useful.

FrankValcarcel
6-May-2014, 09:01 AM
Can you put the theme up?

chuckatkinson
6-May-2014, 09:14 AM
Sure

FrankValcarcel
6-May-2014, 09:22 AM
Much Better, Thanks a lot.