[horde] a small typo in default theme.

Erling Preben Hansen erling at eph.dk
Mon Jan 12 21:41:00 UTC 2015


  Citat af Michael J Rubinsky <mrubinsk at horde.org>:

> jan at horde.org>:
>
>> jan at horde.org>:
>>
>>>> jan at horde.org>:
>>>>
>>>>>> am working on themes.
>>>>>> I found a small but annoying typo in  nag/themes/default/screen.css
>>>>>>
>>>>>> #RB_window {
>>>>>>     top: 50px !important;
>>>>>> }
>>>>>>
>>>>>> it should have been:
>>>>>>
>>>>>> #RB_window {
>>>>>>     top: 50% !important;
>>>>>> }
>>>>>>
>>>>>> Effect is quickadd box in nag is placed too high in browser.
>>>>>> The text above input field is not visible.
>>>>>>
>>>>>> /erling
>>>>>> --
>>>>>> Horde mailing list
>>>>>> Frequently Asked Questions: http://horde.org/faq/
>>>>>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>>>>>
>>>>> Eh, no, it's displayed 50px below the top, which is what the rule
>>>>
>>>> defines.
>>>>> Jan Schneider
>>>>> The Horde Project
>>>>> http://www.horde.org/
>>>>> https://www.facebook.com/hordeproject
>>>>>
>>>>> --
>>>>> Horde mailing list
>>>>> Frequently Asked Questions: http://horde.org/faq/To unsubscribe,
mail:
>>>>> horde-unsubscribe at lists.horde.org
>>>>
>>>> Hey jan
>>>> I am Sorry to argue about this.
>>>> But when it is displayed at 50 px below the top.
>>>> One can not read the infotext above the input field.
>>>> Then if it must be a fixed placement perhaps it should be 150px.
>>>> You can take a look here at how it is displayed it my browser.
>>>>
>>>> http://eph.dk/horde/wicked/Themes_error
>>>>
>>>> /erling
>>>> --
>>>> Horde mailing list
>>>> Frequently Asked Questions: http://horde.org/faq/
>>>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>>>
>>> This is *not* how it looks in FF for me, and it's definitely *not* how
>>> it's defined in the CSS.
>>>
>>> --
>>> Jan Schneider
>>> The Horde Project
>>> http://www.horde.org/
>>> https://www.facebook.com/hordeproject
>>>
>>> --
>>> Horde mailing list
>>> Frequently Asked Questions: http://horde.org/faq/
>>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>>
>> And btw, the same rule works just fine in other apps like Kronolith.
>
> Ditto. Looks fine for me in FF, Safari, and Chrome.
>
> --
> mike
> The Horde Project
> http://www.horde.org
> https://www.facebook.com/hordeprojecthttps://www.twitter.com/hordeproject

Hey

I have compared my test servers default/screen.css and
nag/default/screen.css
with the same css files from pear.
There are no difference.
Yet the box in nag is displayed to high.
I don't understand this then.

when i inspect in FF i can see that:

the div id ="RB_window"
right above the div id="quickAddInfoPanel"

inline:

element {  
    left: 50%;
    margin-left: -193px;
    margin-top: -135.5px;
    position: absolute;
    top: 50%;
}

that margin-top is that right?

that is the only thing i can find that could do this.

/erling


More information about the horde mailing list