php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55309 Fix for the menu being to small on new theme
Submitted: 2011-07-28 14:21 UTC Modified: 2011-08-17 12:32 UTC
From: ava3ar at gmail dot com Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2011-07-28 14:21 UTC] ava3ar at gmail dot com
Description:
------------
The new themes menu on the left is to small, this makes it more likely to fit 
the content in, a better way would be to use min-width, or fluid

Index: theme.css
===================================================================
--- theme.css   (revision 313868)
+++ theme.css   (working copy)
@@ -491,7 +491,7 @@

 .layout-menu {
     float: left;
-    width: 160px;
+    width: 300px;
 }

 .layout-menu li a {
@@ -516,7 +516,7 @@
 }

 .layout-content {
-    margin-left: 175px;
+    margin-left: 290px;
     padding-bottom: 12px;
     display: block;
 }


Patches

menu-patch (last revision 2011-07-29 11:08 UTC by ava3ar at gmail dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-08-17 12:28 UTC] bjori@php.net
-Type: Documentation Problem +Type: Bug -Package: Documentation problem +Package: Website problem
 [2011-08-17 12:28 UTC] bjori@php.net
reclassify.. is this actually still valid?
 [2011-08-17 12:32 UTC] ava3ar at gmail dot com
-Status: Open +Status: Closed
 [2011-08-17 12:32 UTC] ava3ar at gmail dot com
this has been fixed with the last revision
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 13:01:32 2024 UTC