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:
parent
6f1c8425cb
commit
3d9dc1c13f
@ -1 +1 @@
|
|||||||
8949
|
8950
|
||||||
@ -697,7 +697,7 @@ input.required, select.required, span.required_explanation {
|
|||||||
|
|
||||||
#comment_preview {
|
#comment_preview {
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
padding: 0px 1px;
|
padding: 1px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
@ -713,7 +713,6 @@ input.required, select.required, span.required_explanation {
|
|||||||
|
|
||||||
#comment {
|
#comment {
|
||||||
margin: 0px 0px 1em 0px;
|
margin: 0px 0px 1em 0px;
|
||||||
padding: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*******************/
|
/*******************/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user