Results 1 to 10 of 20

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,303
    Plugin Contributions
    1

    Default Re: CSS Buttons for Admin [Support Thread]

    A small point but I've noticed that in Option Values Manager the Update & Delete buttons are stacked rather than side-by-side.

    When I have 50 attributes displayed the first part of the page load (the attribute list) shows them as side-by-side but once the copy options at the bottom kick in the Update & Delete revert to being stacked.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: CSS Buttons for Admin [Support Thread]

    Quote Originally Posted by simon1066 View Post
    A small point but I've noticed that in Option Values Manager the Update & Delete buttons are stacked rather than side-by-side.

    When I have 50 attributes displayed the first part of the page load (the attribute list) shows them as side-by-side but once the copy options at the bottom kick in the Update & Delete revert to being stacked.
    I'll give it a look and report back ...

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: CSS Buttons for Admin [Support Thread]

    Add the following to the bottom of the stylesheet_admin_css_buttons.css file. It makes the text size for the edit/delete buttons smaller and widens up the last column for tables that use the attributes-even (and -odd) class.

    Code:
    .attributes-odd td:last-child, .attributes-even td:last-child { width: 12%; }
    .attributes-even .button_edit, .attributes-odd .button_edit, .attributes-even .button_delete, .attributes-odd .button_delete { font-size: smaller; }

  4. #4
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: CSS Buttons for Admin [Support Thread]

    Quote Originally Posted by lat9 View Post
    Add the following to the bottom of the stylesheet_admin_css_buttons.css file. It makes the text size for the edit/delete buttons smaller and widens up the last column for tables that use the attributes-even (and -odd) class.

    Code:
    .attributes-odd td:last-child, .attributes-even td:last-child { width: 12%; }
    .attributes-even .button_edit, .attributes-odd .button_edit, .attributes-even .button_delete, .attributes-odd .button_delete { font-size: smaller; }
    The second line may not be necessary as it makes the buttons too small (IMHO..)..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: CSS Buttons for Admin [Support Thread]

    Quote Originally Posted by DivaVocals View Post
    The second line may not be necessary as it makes the buttons too small (IMHO..)..
    I'm with you, how about simply
    Code:
    .attributes-odd td:last-child, .attributes-even td:last-child { width: 15%; }

  6. #6
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,303
    Plugin Contributions
    1

    application error Re: CSS Buttons for Admin [Support Thread]

    Quote Originally Posted by lat9 View Post
    Add the following to the bottom of the stylesheet_admin_css_buttons.css file. It makes the text size for the edit/delete buttons smaller and widens up the last column for tables that use the attributes-even (and -odd) class.

    Code:
    .attributes-odd td:last-child, .attributes-even td:last-child { width: 12%; }
    .attributes-even .button_edit, .attributes-odd .button_edit, .attributes-even .button_delete, .attributes-odd .button_delete { font-size: smaller; }
    Thank you, that's great. I've massaged the values slightly to fine tune.

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: CSS Buttons for Admin [Support Thread]

    v1.0.4 is now available from the Plugins area. This version provides downwardly-compatible changes required for Zen Cart v1.5.4.

  8. #8
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: CSS Buttons for Admin [Support Thread]

    I've just submitted v1.0.5 to the plugins for review, incorporating Zen Cart v1.5.5 changes.

 

 

Similar Threads

  1. v153 CSS JS Loader [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 169
    Last Post: 21 Dec 2024, 11:40 AM
  2. v151 Admin Keepalive Timer [Support Thread]
    By DrByte in forum Addon Admin Tools
    Replies: 78
    Last Post: 7 Apr 2019, 03:49 PM
  3. v150 CSS3 Buttons [support thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 148
    Last Post: 25 Oct 2017, 07:50 PM
  4. Admin Profiles (for v1.3.x only!) Support Thread
    By kuroi in forum All Other Contributions/Addons
    Replies: 1237
    Last Post: 15 Jan 2016, 10:24 PM
  5. v151 Blue Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 11
    Last Post: 27 May 2013, 09:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg