1
0
Fork 0
forked from 0x2620/oxjs

improve form elements

This commit is contained in:
rlx 2011-11-02 10:23:15 +00:00
commit 14a6b6c148
5 changed files with 43 additions and 30 deletions

View file

@ -530,10 +530,13 @@ Forms
================================================================================
*/
input {
border: 1px;
}
input,
textarea {
padding: 0;
border: 1px;
//border: 1px;
margin: 0;
}
input[type=button],
@ -606,8 +609,8 @@ input::-moz-focus-inner {
border: none;
}
textarea {
//padding: 2px 4px 2px 4px;
padding: 0 4px 0 4px;
padding: 2px 6px 2px 6px;
//padding: 0 4px 0 4px;
border-radius: 8px;
resize: none;
}