Bug 977523: Comment textarea has padding:0

r=lpsolit, a=justdave


git-svn-id: svn://10.0.0.236/trunk@265274 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2014-03-05 15:01:39 +00:00
parent 6f1c8425cb
commit 3d9dc1c13f
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
8949
8950

View File

@ -697,7 +697,7 @@ input.required, select.required, span.required_explanation {
#comment_preview {
border: 1px solid silver;
padding: 0px 1px;
padding: 1px;
overflow: auto;
margin: 0px;
}
@ -713,7 +713,6 @@ input.required, select.required, span.required_explanation {
#comment {
margin: 0px 0px 1em 0px;
padding: 0px;
}
/*******************/