Design and CSS styles
Version 6.x > Design and CSS styles > Please make preview message bar to position absolute View modes: 
User avatar
Certified Developer v6
Certified Developer v6
szarouski - 1/6/2012 9:49:22 AM
   
Please make preview message bar to position absolute
Hi, I'm talking about yellow message bar, which show at the top of the page sometimes when you edit something in cmsdesk and at the same time view at the site. It says something like: This is a preview mode of document {DocName}. Close the preview mode.

I know it only shows for authorized users, but during development it bugging me when it push layout down. To avoid this behavior you can add following style to it (I assume that this bar have id="m"):
#m {
position:absolute;
top:0;
left:0;
z-index:500; /* you may want to show it on top of everything */
}

Or you can just add this in style attribute (which is probably the best).

It doesn't cost me anything to add this style to my stylesheet, but it would be wonderful if you can fix this in future releases.
Hope for your cooperation. Thanks!

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 1/9/2012 2:41:24 AM
   
RE:Please make preview message bar to position absolute
Hello,


Thank you for your suggestion. Could you please post it to our Uservoice account? Our project manager will review it and if it gets accepted, we will implement it in one of the future versions.

Best regards,
Boris Pocatko

User avatar
Certified Developer v6
Certified Developer v6
szarouski - 1/26/2012 10:37:48 AM
   
RE:Please make preview message bar to position absolute
I posted it to uservoice a while ago, but as I thought no one except for me will vote for it.

Our project manager will review it and if it gets accepted, we will implement it in one of the future versions.


Well I'm pretty sure that no one even looked at it because it has low rating.
This is something that your developers can fix in 10 sec, why should we wait for a while before this will be implemented?

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 1/26/2012 10:34:38 PM
   
RE:Please make preview message bar to position absolute
Hi,

Because it is not on the priority list and also, we need to keep thing consistent as much as possible across the UI and maybe, some other things will change together with this or it was included into some bigger package of changes.

Thank you for your patience.

Best regards,
Juraj Ondrus