1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 07:47:32 +00:00

Merge branch 'lj'

This commit is contained in:
zhengxie 2012-11-09 13:20:24 +08:00
commit 336eaac5fb

View File

@ -10,7 +10,7 @@ form,input,textarea,button,img {
margin:0;
}
body,
input, button, select {
input, textarea, button, select {
font: 13px/1.5 Arial, Helvetica, sans-serif;
color: #333;
}
@ -222,15 +222,18 @@ ul.with-bg li {
top:-15px;
left:-14px;
}
.placeholder {
.placeholder { /*for ie */
color: #aaa;
padding: 2px; /* for ie */
line-height:1.5;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
padding: 2px; /* for FF */
textarea:-moz-placeholder {/* for FF */
color: #aaa;
line-height:1.5;
}
::-webkit-input-placeholder {/*for chrome, safari */
line-height:1.5;
}
::-webkit-input-placeholder { padding: 2px; } /* for chrome, safari */
.avatar {
border-radius:3px;
}