How can I add mini icons in login and password boxes Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    How can I add mini icons in login and password boxes

    Van-Helsing
    Van-Helsing
    Hyperactive


    Male Posts : 2431
    Reputation : 116
    Language : English, Greek

    Solved How can I add mini icons in login and password boxes

    Post by Van-Helsing February 3rd 2014, 12:14 pm

    Good morning dear all,
    I want to add icons in the login and passwords boxes like this http://prntscr.com/2p3ss2 my forum version is phpbb2 and my forum link is
    Spoiler:

    I ve saw that in a forumotion punbb but the selectors are different than my phpbb2.

    Best Regards,
    Dark-Avenger
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: How can I add mini icons in login and password boxes

    Post by Sir Chivas™ February 3rd 2014, 8:53 pm

    Hi,

    Can you please post the URL of the forum shown in the screenshot?
    Van-Helsing
    Van-Helsing
    Hyperactive


    Male Posts : 2431
    Reputation : 116
    Language : English, Greek

    Solved Re: How can I add mini icons in login and password boxes

    Post by Van-Helsing February 3rd 2014, 8:59 pm

    Hi Sir. Chivas,
    Yes of course here it is
    Spoiler:

    Best Regards,
    Dark-Avenger
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: How can I add mini icons in login and password boxes

    Post by Sir Chivas™ February 3rd 2014, 9:44 pm

    I'll find a way to do this, for now I gotta go out and do somethings, later I'll be on and help you out!
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: How can I add mini icons in login and password boxes

    Post by Ange Tuteur February 4th 2014, 1:07 pm

    Hello Dark-Avenger,

    Add this to your CSS :
    Code:
    input[name="username"] {
    padding-left:15px;
    background-image:url(http://i58.servimg.com/u/f58/18/02/89/19/log111.png);
    background-repeat:no-repeat;
    }
    input[name="password"] {
    padding-left:15px;
    background-image:url(http://i58.servimg.com/u/f58/18/02/89/19/log1210.png);
    background-repeat:no-repeat;
    }
    td.column input[name="username"], td.column input[name="password"] { margin-left:-15px; }
    Van-Helsing
    Van-Helsing
    Hyperactive


    Male Posts : 2431
    Reputation : 116
    Language : English, Greek

    Solved Re: How can I add mini icons in login and password boxes

    Post by Van-Helsing February 4th 2014, 9:55 pm

    Hello Ange,
    Thank you very much. Its solved.

    Best Regards,
    Dark-Avenger
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: How can I add mini icons in login and password boxes

    Post by Ange Tuteur February 4th 2014, 10:07 pm

    You're welcome I love you

    Topic solved and archived