How do I edit the maximum width of the bookmarks to see more characters?

''Duplicate post, continue here - [https://support.mozilla.com/en-US/questions/803166]''
I have many bookmarks with more characters than FF can display.
So I want to make the width of the Bookmark menus wider.

You can set the max-width to none or specify a maximum (400px) with code in userChrome.css in the chrome folder in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] to see more characters.<br />
See http://kb.mozillazine.org/Editing_configuration
Add this code to [http://kb.mozillazine.org/UserChrome.css userChrome.css] below the @namespace line.
<pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#bookmarksMenuPopup .bookmark-item { max-width: none !important; }
</nowiki></pre>
* ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html

Similar Messages

  • Read only text Items uses the maximum width

    Folks,
    I have a form with 3 regions and each region has 6 or more text items each with a different width (40, 30 24, 2...). I am using a Read Only Condition Type on all these items to disable them. I am setting the background color as bgcolor="#DCDCDC" in the Read Only Element Table Cell Attributes.
    All my elements are disabled (Gray color) but with the maximum width of 40 bytes. I don't want a 2 byte text item 40 bytes long and grayed out. How can I set a specific width for individual items in Read only Condition? Please help
    Thanks
    Raje.

    Try this alternative by disabling the HTML Form Item at the required process point.
    I added this JavaScript to the HTML Header of the page which will allow me to disable the required item, plus set its background and color:-
    <script language="JavaScript1.1" type="text/javascript">
        function disableFormItem(p_item, p_background, p_color){
                        disItem = document.getElementById(p_item);
                        disItem.style.background = p_background;
                        disItem.disabled = true;
                        disItem.style.color = p_color;
    </script>In the Region Footer of the Region where my items are located I added this JavaScript code:-
    <script language="JavaScript" type="text/javascript">
       ** Only disable the required Form Items if the Primary Key value is present,
       ** in this case it is P12_UEI. (Won't be present for new records as populated
       ** by on-insert db trigger and sequence.)
       if (html_GetElement('P12_UEI').value > 0)
          disableFormItem('P12_URESI', 'lightyellow', 'black');
          disableFormItem('P12_UZI', 'lightgray', 'black');
          disableFormItem('P12_UBI', 'lightgray', 'black');
    </script> The resulting page is a lot better looking than using the APEX read only text item.
    Regards,
    Phil

  • How to set the Maximum Number of the retry interval in sender cc?

    Hi,gurus:
    You know about how to set the Maximum Number of the retry interval of receiver communication channel in RWB.
    But how to set the one of the sender communication channel?
    Can we set that in integration directory?
    Any help will be appreciated.

    Hi,
    Check this blog, For the settings to be done at SXMB_ADMIN Tuning(IS_Retry_Limit )and the VA
    XI :  How to Re-Process failed XI Messages Automatically
    Also in VA change both inbound and outbound retries. For max no. of retry interval change the default value 300000(5 mins) to 600000(10 mins) or whatever you want.
    Thanks!
    Edited by: Sudhir Tiwari on Dec 16, 2008 7:33 AM

  • How to set the column width in the PDF exports of interactive reports ?

    Hello,
    I have a huge problem with the PDF export for the Interactive reports. I'm using APEX 3.2.
    I have to produce a PDF report in landscape format that show 21 columns. My problem is that the columns have a ridiculous short width and that the text inside the columns do not wrap in the columns. So I get things like that :
    Date Name
    2011 Leina
    I should see 2011-08-01 and the name Leinad Jan
    I tried several things to format the columns, but none of the them has any effect on the PDF itself.
    1) I used HTML code in the report query. It works well with the interactive report, but display the HTML tags in the PDF.
    2) I used css to set the width of my columns. It works in the interactive report, but not in the PDF, the column width do not change.
    It's like the report do not notice that my page format is Legal 14 x 8.5 (Landscape) and still believe it's 8.5 x 11 (which is "portrait")
    Do you have any idea so set the columkn widths in the reports ?
    Thank you !
    Edited by: leinadjan on Aug 1, 2011 11:15 AM

    To "remember" the column widths, add a mouse listener to the table header. Upon mouseReleased(), get the column widths and save them to your file. When the application starts next time, get the stored widths and set them using:
    table.getColumn("XXX").setPreferredWidth(...);
    By default, your columns are adjustable, but you can use:
    table.getTableHeader().setResizingAllowed(true);

  • How can I edit my apple ID in the app store the enable update some applications because it not my own that is showing

    How can I edit my apple ID in the app store the enable update some applications because it not my own that is showing

    It sounds like some apps were purchased using another Apple ID.
    ALL purchases are permanently associated with whatever Apple ID was used to originally obtain them.  Apps can not be updated without knowledge of that ID and, more importantly, its password.  Apple IDs can not be merged and purchases can not be transferred from one ID to another.

  • How do you edit photos with photoshop from the new  Photos app?  The edit in external editor menu item seems to be gone.

    How do you edit photos with photoshop from the new  Photos app?  The edit in external editor menu item seems to be gone.

    Tell Apple what additional features you want in Photos via both http://www.apple.com/feedback/macosx.html and http://www.apple.com/feedback/iphoto.html  since they don't have a feedback page for Photos as yet.

  • How can I make an image placed in the body tag expand to the entire width of the browser?

    How can I make an image placed in the body tag expand to the entire width of the browser?I

    background-repeat -- best used with small image tiles.
    background-gradient  - Ultimate CSS Gradient Generator - ColorZilla.com
    background-size:cover - Resizable Full Page Background Image
    Nancy O.

  • How can i set the column width in the jtable?

    how can i set the column width in the jtable?
    can anybody send me a simple example??

    TableColumn column = table.getColumnModel().getColumn( columnIndex );
    column.setWidth( desiredColumnWidth);
    column.setMinWidth( desiredMinColumnWidth);
    column.setMaxWidth( desiredMaxColumnWidth);

  • How to find out the maximum length of the characters specified within CLOB

    I have given a table which has a column with datatype CLOB . I want to find out the maximum legth of the string within this variable and also want to print that variable.
    Thanks for your help.

    SELECT
         MAX(DBMS_LOB.GETLENGTH(clob_column))
    FROM
         your_table

  • How can you set the default width of the 'Detailed Navigation iView'?

    Hello,
    we would like to reduce the default width of the 'Detailed Navigation iView' in order to save some screen space.
    So far, we havn't found the right item in the portal admin to do this.
    Any help would be much appreciated! Thanks in advance.
    Frank Schülke, E.ON Ruhrgas, Germany

    Hi Frank,
    You can change the width of this navigation iview  by changing the value of "defaultExpWidth" in the file WAandNAVPanel.js present in the par file com.sap.layouts.framework.par from default value 220 pixels to the value you want.
    upload the changed par file and restart the server.
    Hope this helps,
    (if not do get  back )
    Regards,
    Uma.
    Do award points for helpful answers in SDN!!!!!!!:-)

  • Mail responds with this error when I have attachments which are not that large.  How can I get around this. very aggravating. error reads Your message has size 32.1 MB, which exceeds 28.3 MB, the maximum allowed by the server.

    error message is-Your message has size 32.1 MB, which exceeds 28.3 MB, the maximum allowed by the server.  What can I do to get it to accept larger files. This was only 4 pages scanned.

    You can use the Preview app to reduce the fille size or send multiple emails.

  • What is the maximum megapixel size the new 64bit iPhoto can import?

    What is the maximum resolution (megapixels) the new 64-bit iPhoto can import? Is it still limited to 19 megapixels?

    In beta1 I believe the max size was 15megs, I am not 100% for Beta2 but I doubt they would have changed the amount.
    I created an online menu for a fake restraunt for fun, the file was quite large with the high-res photos in it. How I got the whole file into Catalyst from Photoshop is I removed the large background images and then imported them individually into the Catalyst project.
    Hope that helped

  • Messages Log Window - occupy the whole width of the screen

    I accidentally "unpinned" my Messages Log Window and although I have managed to redock it, how do I get my Messages Log Window to now re-occupy the whole width of the screen and leave the System and Structure Windows only as Windows that do not occupy the whole width of the screen.

    Steven,
    It sounds like you have docked the Log Window on the left-hand side rather than the bottom.
    If you click and drag on the Log Window caption bar so that you are over the background area and then move your mouse towards the very top of the Status Bar you should see the Log Window expand to the full screen width that you want.
    Hope that helps,
    Lisa Sherriff
    JDev QA

  • Is it possible to resize a photo in iPhoto--controlling the maximum dimensions and the dpi?

    is it possible to resize a photo in iPhoto--controlling the maximum dimensions and the dpi?

    The dpi depends on the print size you'll be making. This explains it in detail:  The Myth of DPI.
    A 300 dpi image for a 4x6 print will have fewer pixels in it than a 300 dpi image for an 8. 10 print. 
    You can set the pixel dimension of a photo by exporting it via the File ➙ Export ➙ File Export menu option and use the Custom size setting.  However, you should crop the photo to the size ratio you want before exporting, i.e 4 x 6, 5 x 7, etc.  Then set the maximum pixel size you want for the image:
    OT

  • What is the maximum resolution of the display port on the X200s dock?

    I would like to purchase a new ultraportable and monitor for my home office. A 30 inch screen is in my price range, but not all devices support such a high resolution.
    What is the maximum resolution that the dock which connects to the X200s can output?
    Thanks in advance!

    Thank you. Now I can look for nice LCD model. Regards, Krecony

Maybe you are looking for

  • Confirmation Reversal in SRM 7.0

    Hello Experts, We have SRM 7.01, classic scenario. We have SC with 5 line items > PR created in backend  > PO created in backend > Single confirmation posted for 5 items > Invoice posted for few line items in Backend. What I would like to know, Suppo

  • How do i transfer itunes library to another computer

    Have an ipod 06 era, trying to transfer music to another pc, and create a library for it in the itunes account on that pc. Any tips?

  • Only writing Integer pixel array to a .txt file,or showing in Frame

    Sir, I want to write integer values (range:0 to 255) to a .txt file .Actually after manipulating a .jpeg/.gif image I have gotten a 2D pixel array and a 1D pixel array that can be easily shown in console but I want to write this pixel array into a .t

  • Mac says brother printer differ on library/printers/installed. should be 80 group is 0

    My printer was working fine. All the sudden it stopped. After trying to reset everything it worked again then stopped again. I went to utility disk repair and rec'd a message as stated in my subject. I did the verify disk permission and repair...the

  • Having trouble connecting to internet

    I have an original iPad using wifi to connect at home.  Even though the wifi says it is connected to my home router, it is not connected to the internet and cannot download any data.  I've reset the netowrk connections, and even did a complete reset.