php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68206 Viewport widths less than 767px - Problem with suggestions
Submitted: 2014-10-10 12:11 UTC Modified: 2014-10-23 18:46 UTC
From: romchik at gmx dot net Assigned: aharvey (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Win 7 (FF), Android (Opera)
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: romchik at gmx dot net
New email:
PHP Version: OS:

 

 [2014-10-10 12:11 UTC] romchik at gmx dot net
Description:
------------
There is small problem with viewport widths less than 767px (s. screenshot).
http://i59.tinypic.com/15duf48.jpg

Possible fix: delete position:relative from .page-tools css-class.
.page-tools {
  float: right;
  margin-left: 1.5rem;
  position: relative;
  text-align: right;
  z-index: 100;
}


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-10-23 18:46 UTC] aharvey@php.net
The fix for this bug has been committed. Since the websites are not directly
updated from the repository, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.
 [2014-10-23 18:46 UTC] aharvey@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: aharvey
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 00:01:30 2024 UTC