Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Larry -> Edit Contact glitch #3820

Closed
rcubetrac opened this issue Jun 13, 2012 · 14 comments
Closed

Larry -> Edit Contact glitch #3820

rcubetrac opened this issue Jun 13, 2012 · 14 comments

Comments

@rcubetrac
Copy link

Reported by rosali on 13 Jun 2012 11:12 UTC as Trac ticket #1488534

In FF and Chrome there is a mis-placed link "Delete" which should not be there at all. In IE it is ok.

See screenshot.

Migrated-From: http://trac.roundcube.net/ticket/1488534

@rcubetrac
Copy link
Author

Comment by @alecpl on 13 Jun 2012 12:08 UTC

Works for me. Maybe some mod is breaking this.

@rcubetrac
Copy link
Author

Status changed by @alecpl on 13 Jun 2012 12:08 UTC

new => closed

@rcubetrac
Copy link
Author

Milestone changed by @alecpl on 13 Jun 2012 12:08 UTC

later => 0.8-stable

@rcubetrac
Copy link
Author

Comment by rosali on 13 Jun 2012 12:25 UTC

No, same with no plugins active!

@rcubetrac
Copy link
Author

Comment by rosali on 14 Jun 2012 03:58 UTC

See my emails sent to you. Issue occurs only on high resolutions screens (1980 x 1020).

@rcubetrac
Copy link
Author

Status changed by rosali on 14 Jun 2012 03:58 UTC

closed => reopened

@rcubetrac
Copy link
Author

Comment by @alecpl on 14 Jun 2012 08:36 UTC

This is most likely related to text-indent in css styles of Larry. Try to replace used value 1000px with -1000px or vice versa or increase it to a bigger value.

@rcubetrac
Copy link
Author

Comment by rosali on 14 Jun 2012 12:07 UTC

addressbook.css:

I have there -1000px;

(+)1000px results in a vertical scroll bar. -5000px; works.

Should I narrow this with other negative values?

a.deletebutton {
    position: relative;
    left: 5px;
    top: -3px;
    display: inline-block;
    width: 24px;
    height: 18px;
    text-decoration: none;
    text-indent: -5000px;
    background: url(images/buttons.png) -7px -377px no-repeat;
}

@rcubetrac
Copy link
Author

Comment by rosali on 14 Jun 2012 12:16 UTC

-1190px is the minimum value working for my screen resolution. As -5000px works as well this should be fine for the next years ;-).

@rcubetrac
Copy link
Author

Comment by @alecpl on 14 Jun 2012 12:18 UTC

I think it's safe to replace all -1000px with -5000px, but I'll leave this to Thomas.

@rcubetrac
Copy link
Author

Status changed by @alecpl on 14 Jun 2012 12:18 UTC

reopened => new

@rcubetrac
Copy link
Author

Owner changed by @alecpl on 14 Jun 2012 12:18 UTC

=> thomasb

@rcubetrac
Copy link
Author

Comment by @thomascube on 18 Jun 2012 10:43 UTC

Fixed in 900e622

@rcubetrac
Copy link
Author

Status changed by @thomascube on 18 Jun 2012 10:43 UTC

new => closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants