User tests: Successful: Unsuccessful:
Fixes image logo in isis as reported on ticket #5270.
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-12-07 17:39:40 |
Status | Closed | ⇒ | New |
Category | ⇒ | Templates (admin) |
Status | New | ⇒ | Pending |
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.
Thanks, @nternetinspired and @infograf768.
The generatecss is removing some rtl.css lines that I haven't changed. What I am doing wrong?
.container-logo {overflow: hidden;} does not work here (Firefox Macintosh)
@victorparanhos
You are not using the last version of staging.
@victorparanhos
Are you going to create a new PR vs staging to get this in?
@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.
z-index will solve the issue but logo container cant be perfect for every logo!
OK administrator/templates/isis/css/template.css line:7200
change .subhead-collapse.collapse{height:auto;overflow:hidden;}
Status | Pending | ⇒ | Closed |
Closed_Date | 2014-12-07 17:39:40 | ⇒ | 2014-12-15 14:31:41 |
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.