1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 02:42:26 +00:00
This commit is contained in:
llj
2016-05-20 15:25:40 +08:00
parent e6dcebaf36
commit b1909735a8
3 changed files with 10 additions and 10 deletions

View File

@@ -223,7 +223,7 @@ input[type=password] {
box-sizing:content-box;
height:22px;
}
select {
select, button {
box-sizing:border-box;
}
button,
@@ -1154,10 +1154,10 @@ textarea:-moz-placeholder {/* for FF */
#simplemodal-container {
padding: 20px;
background-color:#fcfcfc;
border-radius:4px;
-moz-border-radius:4px;
box-sizing:content-box;
border-radius:4px;
-webkit-box-sizing:content-box;
box-sizing:content-box;
}
#simplemodal-container a {
font-weight:normal;