1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-19 15:38:38 +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; margin:0;
} }
body, body,
input, button, select { input, textarea, button, select {
font: 13px/1.5 Arial, Helvetica, sans-serif; font: 13px/1.5 Arial, Helvetica, sans-serif;
color: #333; color: #333;
} }
@ -222,15 +222,18 @@ ul.with-bg li {
top:-15px; top:-15px;
left:-14px; left:-14px;
} }
.placeholder { .placeholder { /*for ie */
color: #aaa; color: #aaa;
padding: 2px; /* for ie */ line-height:1.5;
} }
input:-moz-placeholder, input:-moz-placeholder,
textarea:-moz-placeholder { textarea:-moz-placeholder {/* for FF */
padding: 2px; /* 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 { .avatar {
border-radius:3px; border-radius:3px;
} }