Project

General

Profile

Display issu topbar / navigation

Added by Jan Ecker almost 10 years ago

Hello,

I made a fresh install of redmine 2.5.1.stable and migrated data from an older installation. The import was no problem and there is no technicial issue. But there is a display error in the navigation / topbar of redmine. I attached a screenshot where you can see that the padding of the "logged in as" part does not match the padding of the other navigation points.

Do Anybody know how I could fix this?

[[http://www.directupload.net/file/d/3589/b3k7umed_png.htm]]


Replies (8)

RE: Display issu topbar / navigation - Added by Martin Denizet (redmine.org team member) almost 10 years ago

Hi Jan,

Could not open your screenshot.
I suggest you check you the integrity of your installation.
If you are using subversion:

svn status

Using git:
git status

Cheers,

RE: Display issu topbar / navigation - Added by Jan Ecker almost 10 years ago

Hi,

the photo hoster seems to be offline, sorry. I reupped it: [[http://www0.xup.in/exec/ximg.php?fid=19382722]]

I used the tar.gz package for the install, is there also an easy way to check integrity?

RE: Display issu topbar / navigation - Added by Martin Denizet (redmine.org team member) almost 10 years ago

Here is a dirty trick:

cd /tmp
git clone git@github.com:edavis10/redmine.git
cd redmine
git checkout tags/2.5.1
mv ./.git /your/path/to/redmine/

Then you can:

cd /your/path/to/redmine/
git status

Which browser are you using?

RE: Display issu topbar / navigation - Added by Jan Ecker almost 10 years ago

I tried your hack with the official github repository but there seems to be no problem! When I do the git status I get the following output:

# Not currently on any branch.
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       config/unicorn.rb
nothing added to commit but untracked files present (use "git add" to track)

The display does not seem to depend on the browser I'm using. The error appears in Firefox v24 and Chrome v34!

RE: Display issu topbar / navigation - Added by Martin Denizet (redmine.org team member) almost 10 years ago

Can you inspect the area and take a screenshot please?
right click / Inspect Element on Chrome.
Such as:

RE: Display issu topbar / navigation - Added by Jan Ecker almost 10 years ago

Hi,

nothing wrong there...

RE: Display issu topbar / navigation - Added by Martin Denizet (redmine.org team member) almost 10 years ago

No idea what's wrong there.
Could it be something an EOL problem? Never happened to me on Ruby.
Is you server running on Windows or Linux?
We would need the opinion of a front-end dev here

RE: Display issu topbar / navigation - Added by Jan Ecker almost 10 years ago

It's not a big issue, its a private project page only (so not such a big deal), but would still be nice to solve it!

Server is running on Linux (Debian wheezy) using Unicorn server!

    (1-8/8)