feature:save-panel : reuse textfield css

This commit is contained in:
jdescottes
2013-12-10 21:22:53 +01:00
parent b11b16b427
commit 8b6958bf0b
3 changed files with 6 additions and 3 deletions

View File

@@ -4,6 +4,9 @@
border-radius : 2px;
padding : 3px 10px;
color : white;
box-sizing:border-box;
-moz-box-sizing:border-box;
}
.textfield[disabled=disabled] {

View File

@@ -152,7 +152,7 @@
}
.import-resize-field {
width: 30px;
width: 50px;
margin-right: 8px;
text-align: right;
}