? Error

User tests: Successful: Unsuccessful:

avatar victorparanhos
victorparanhos
6 Dec 2014

Fixes image logo in isis as reported on ticket #5270.

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
1.00

avatar victorparanhos victorparanhos - open - 6 Dec 2014
avatar jissues-bot jissues-bot - change - 6 Dec 2014
Labels Added: ?
avatar victorparanhos victorparanhos - close - 7 Dec 2014
avatar victorparanhos victorparanhos - change - 7 Dec 2014
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2014-12-07 17:39:40
avatar victorparanhos victorparanhos - change - 7 Dec 2014
Status Closed New
avatar victorparanhos victorparanhos - reopen - 7 Dec 2014
avatar infograf768
infograf768 - comment - 8 Dec 2014

missing in rtl.css
looks like this was not generated with generate.css
also, as I said in the former PR, IE8 may not work with this.

avatar zero-24 zero-24 - change - 8 Dec 2014
Category Templates (admin)
avatar zero-24 zero-24 - change - 8 Dec 2014
Status New Pending
avatar nternetinspired
nternetinspired - comment - 8 Dec 2014

Maybe it would be preferable to simply do something like this?

header .container-logo {overflow: hidden;}

That will prevent the image borking the navbar, it's simple and IE proof.

avatar victorparanhos
victorparanhos - comment - 8 Dec 2014

Thanks, @nternetinspired and @infograf768.
The generatecss is removing some rtl.css lines that I haven't changed. What I am doing wrong?

avatar infograf768
infograf768 - comment - 9 Dec 2014

.container-logo {overflow: hidden;} does not work here (Firefox Macintosh)

screen shot 2014-12-09 at 07 12 39
and going down
screen shot 2014-12-09 at 07 12 53

@victorparanhos
You are not using the last version of staging.

avatar infograf768
infograf768 - comment - 9 Dec 2014

I get a good result by using

.header .container-logo img {
    height: 32px;
}

This should be IE8 compatible (to test) and keeps proportions of the image.
Same image as above gives:
screen shot 2014-12-09 at 07 34 02

Original image is 732 x 1200

avatar infograf768
infograf768 - comment - 11 Dec 2014

@victorparanhos
Are you going to create a new PR vs staging to get this in?

avatar victorparanhos
victorparanhos - comment - 12 Dec 2014

@infograf768 Yes, I'll create a new PR as soon as possible using staging... Thank you and I'm sorry for anything I did wrong.

avatar anirudh7
anirudh7 - comment - 14 Dec 2014

z-index will solve the issue but logo container cant be perfect for every logo!


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5335.
avatar anirudh7
anirudh7 - comment - 14 Dec 2014

OK administrator/templates/isis/css/template.css line:7200
change .subhead-collapse.collapse{height:auto;overflow:hidden;}


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5335.
avatar victorparanhos victorparanhos - close - 15 Dec 2014
avatar victorparanhos victorparanhos - change - 15 Dec 2014
Status Pending Closed
Closed_Date 2014-12-07 17:39:40 2014-12-15 14:31:41
avatar victorparanhos
victorparanhos - comment - 15 Dec 2014

New patch: #5432

Add a Comment

Login with GitHub to post a comment