fabrikWindow popup, js causes overflow

Status
Not open for further replies.

JennaMar

Member
Hello,
I'm new to this community and would say thanks a lot to the support.

I searched the forum for a solution for the time popup window, nothing worked out for me.
As i can see, it is caused by css style coming along with a script.

<div class="fbDateTime fabrikWindow" style="z-index: 999999; display: block; position: absolute; left: 622px; top: 566px; width: 300px; height: 180px;">

Without any height would be ok, and i'm having trouble with my font, so i would need a width of 330px.
How can i reach these css-rules?
Many thanks in advance
JennaMar
 
Hello again,
could solve it by changing width and height in date_min.js
think this will be ok til next update. So would be nice if somone could tell me how to fix it permanently.
date.js and date_min.js i found in plugins/date
and by the way, have found curor: move should be cursor: move
so thanks again
 
You should be able to override that in a custom CSS (see wiki), by adding whatever attributes you need, with a !important ...

.fbDateTime .fabrikWindow {
width: 330px !important;
}

-- hugh
 
Hello Cheesegrits,
that would be the way it should be.
But , you can't override a css-style which comes along with a javascript.

JennaMar
 
Works for me ...

time_overide.png

... as you can see, the .fbDateTime from my custom CSS is happily overriding the style attribute for the width.

-- hugh
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top