Small dashboard css fixes

git-svn-id: https://develop.svn.wordpress.org/trunk@9378 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-10-28 07:21:17 +00:00
parent 45d0800e30
commit 11052c46b1
1 changed files with 7 additions and 6 deletions

View File

@ -14,13 +14,10 @@ form .input-text-wrap {
}
form .input-text-wrap input {
border: none;
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: medium;
border: 0 none;
outline: none;
padding: 0;
width: 99%;
border-style: solid;
color: #333;
}
@ -32,9 +29,13 @@ form .textarea-wrap {
}
form .textarea-wrap textarea {
border: 0pt none;
border: 0 none;
padding: 0;
outline: none;
width: 99%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
form p.field-tip {