Bug #13333

"why 2?" window is cut out on some pages of the installation documentation.

Added by goupille 2017-07-01 08:48:26 . Updated 2018-03-22 16:04:12 .

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Installation
Target version:
Start date:
2017-07-01
Due date:
% Done:

0%

Feature Branch:
doc/13333-dont-cut-why-2
Type of work:
Website
Blueprint:

Starter:
Affected tool:
Installation Assistant
Deliverable for:

Description

On https://tails.boum.org/install/linux/usb/overview and https://tails.boum.org/install/win/usb/overview/, if the browser is not maximized, the “why 2?” window is cut out on the left and, therefore, hard to read.
note that there is no probleme displaying this window on the page before.


Files

u.png (71960 B) sajolida, 2018-03-22 16:04:07
rest.png (53297 B) sajolida, 2018-03-22 16:04:07

Subtasks


Related issues

Blocks Tails - Feature #14758: Core work 2017Q4 → 2018Q1: Technical writing Resolved 2017-09-17

History

#1 Updated by Anonymous 2017-07-10 10:40:16

due to line 237 in assistant.css

#needs div.toggleable {
margin-top: 0.4em;
width: 40em;
left: –10em;
}

#2 Updated by sajolida 2017-07-10 18:45:43

#3 Updated by sajolida 2017-10-02 18:09:58

  • blocked by deleted (Feature #13423: Core work 2017Q3: Technical writing)

#4 Updated by sajolida 2017-10-02 18:10:10

  • blocks Feature #14758: Core work 2017Q4 → 2018Q1: Technical writing added

#5 Updated by sajolida 2018-02-24 12:20:39

  • Assignee deleted (sajolida)
  • QA Check set to Ready for QA
  • Feature Branch set to doc/13333-dont-cut-why-2

u: Do you mind reviewing this one liner?

#6 Updated by sajolida 2018-02-24 16:36:43

  • Status changed from Confirmed to In Progress

Applied in changeset commit:686ce641c1d5182bcc3ed56361b0acb60f74d01a.

#7 Updated by Anonymous 2018-02-26 11:58:41

  • Assignee set to sajolida

I pushed another proposal to this branch: 69b92000f4.

Your proposal also works, but I thought this one might be more elegant, so I let you choose which one you want to apply.

#8 Updated by sajolida 2018-03-14 09:24:18

  • Target version set to Tails_3.7

#9 Updated by sajolida 2018-03-14 09:55:04

  • Assignee deleted (sajolida)
  • QA Check changed from Ready for QA to Info Needed

I fetched your repo but can’t find this commit… I did:

$ git branch —contains 69b92000f4

On which branch is that?

#10 Updated by intrigeri 2018-03-14 10:54:18

  • Assignee set to sajolida
  • QA Check changed from Info Needed to Ready for QA

> I fetched your repo

The feature branch field does not explicitly mention a repo so by default it should be in the official one, which matches what u wrote above (“I pushed another proposal to this branch”).

> but can’t find this commit… I did:

> $ git branch —contains 69b92000f4

I think you need to pass -a otherwise git only searches in your local branches:

$ git branch -a --contains 69b92000f4
remotes/origin/doc/13333-dont-cut-why-2

:)

#11 Updated by sajolida 2018-03-22 16:04:12

  • File rest.png added
  • File u.png added
  • Status changed from In Progress to Resolved
  • Assignee deleted (sajolida)
  • QA Check deleted (Ready for QA)

I prefer mine in which the margin is more consistent across window frames.

Yours make the toggle jump to the left on bigger screens. See attachments.