LEMONLDAP::NG : Add icons in input fields

This commit is contained in:
Clément Oudot 2008-12-18 16:08:03 +00:00
parent c9adec5db5
commit d28f3036e3
3 changed files with 11 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

View File

@ -112,10 +112,20 @@ text-align: right;
form input {
border:1px solid #c2e1ef;
padding:2px;
padding:5px;
width: 200px;
}
form.login input[type=text] {
background: white url("user_suit.png") 5px 5px no-repeat;
padding-left: 25px;
}
form input[type=password] {
background: white url("key.png") 5px 5px no-repeat;
padding-left: 25px;
}
/* BUTTONS */
/* See http://particletree.com/features/rediscovering-the-button-element/ */
.buttons{
@ -253,7 +263,6 @@ border-bottom:1px solid #c2e1ef;
ul.category li.appname {
text-align:left;
margin:2px 0;
height:1%;
background-color:#fff;
list-style-type:none;
background-repeat:no-repeat;

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 B