Fork me on GitHub

Watch

GitHub Core

Show your support for Zikula! Sign up at Github account and watch the Core project!




GitHub Modules

Forum Activity

Forum feed

» Visit forum | » View latest posts

Button CSS Class  Bottom

  • Greetz.

    This is just a shout out to any mod developers and the PN corp team to maybe think about including a class="button" on your input buttons.

    Today I decided I wanted to assign specific colors / font / border etc. to the various input buttons on my PN site. I came to find out that none of the standard PN Modules had a class assigned to any of the buttons. And neither did any of the other modules I have installed.

    I think there should be a standard class assigned to the buttons to make it easier for us to change the look of them via themes and CSS file.
  • Hi there,

    Just add this class to your styleNN.css:

    Code

    INPUT {
                color: black;
                font-weight: normal;
                font-size: 11px;
                font-family: Geneva, Arial, Helvetica, sans-serif;
                background-color: #ffffff;
                text-indent: 0px;
                margin: 0pt;
                border: solid 1px #000000
    }


    This will controll the style of the buttons, you can probably make it a bit more exciting than the one here :)

    Kindest regards
    lobos

    --
    -Lobos
    Professional PHP Framework Services: Concept, Development and Deployment
  • DOH!
    How easily I over look little things like that.
    That CSS class slipped my mind.

    Thank you.
  • No worries mate :)

    --
    -Lobos
    Professional PHP Framework Services: Concept, Development and Deployment
  • 0 users

This list is based on users active over the last 60 minutes.