Ticket #1647 (closed Patches: fixed)

Opened 2 years ago

Last modified 2 years ago

rnav width should be limited...

Reported by: naftali5 Assigned to:
Priority: minor Milestone:
Component: Web interface Version: 2.2
Keywords: rnav wrap Cc:
Confirmation: SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

option 1. limit by em

Index: amp_conf/htdocs/admin/common/mainstyle.css
===================================================================
--- amp_conf/htdocs/admin/common/mainstyle.css  (revision 3545)
+++ amp_conf/htdocs/admin/common/mainstyle.css  (working copy)
@@ -281,6 +281,7 @@
        margin-top:15px;
        /* make it scroll */
        max-height:35em;
+       max-width:15em;
        overflow:auto;
 }
 .rnav ul li {

option 2. limit by px

Index: amp_conf/htdocs/admin/common/mainstyle.css
===================================================================
--- amp_conf/htdocs/admin/common/mainstyle.css  (revision 3545)
+++ amp_conf/htdocs/admin/common/mainstyle.css  (working copy)
@@ -281,6 +281,7 @@
        margin-top:15px;
        /* make it scroll */
        max-height:35em;
+       max-width:200px;
        overflow:auto;
 }
 .rnav ul li {

Change History

01/22/07 21:32:31 changed by naftali5

committed r3614

02/04/07 05:32:29 changed by naftali5

  • status changed from new to closed.
  • resolution set to fixed.
  • engine_version changed.
  • svn_rev changed.

merged to 2.2 r3643

Donate



Support
Download
Develop
Forums
News
Documentation
Paid Support
About

Paid Ads