Files
PrestaShop/themes/default/css/identity.css
mMarinetti 9cc30dc3fe [+] Project : default theme added
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10862 b9a71923-0436-4b27-9f14-aed3839534dd
2011-12-02 15:24:40 +00:00

83 lines
1.5 KiB
CSS

#identity #left_column {display:none}
#identity #center_column{width:757px}
#identity h3 {
font-weight:normal;
font-size:13px
}
#identity p {padding-bottom:10px}
#identity form.std fieldset {
margin-top:0;
padding:10px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
background:#eee
}
#identity .std p.required {color:#333}
#identity .std p.text label,
#identity .std p.password label,
#identity .std p.select label {
display:inline-block;
padding-right:10px;
width:174px;/* 184 */
font-weight:bold;
font-size:12px;
text-align:right
}
#identity .std p.text label sup,
#identity .std p.password label sup,
#identity .std p.select label sup {color:#990000}
#identity .std p.text input,
#identity .std p.password input {
padding:0 5px;
height:20px;
width:253px;/* 263 */
border:1px solid #ccc;
background:url(../img/bg_input.png) repeat-x 0 0 #fff
}
#identity .std p.select select {
border:1px solid #ccc
}
#identity .std p.radio span {
display:inline-block;
padding-right:10px;
width:174px;/* 184 */
font-weight:bold;
font-size:12px;
text-align:right
}
#identity .std p.radio input {
padding:0 5px;
height:auto;
width:auto;
border:none;
background:none
}
#identity .std p.checkbox input {
position:relative;
top:2px;
left:0;
margin:0 2px 0 187px;
}
#identity .std p.submit {padding:10px 0 20px 187px}
#identity .std p.submit .button {padding:5px 25px}
#identity .std #security_informations {
padding:0 0 0 187px;
font-size:11px
}