mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Make input elements not inherit parent containers alignment
Added a reftest for input element's alignment Added float: left beacause text-align: center centers the input's itself. Removed 'rtl' alignment
This commit is contained in:
parent
cf4fa0a9f4
commit
c13ea8a253
4 changed files with 53 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
input { background: white; min-height: 1.0em; padding: 0em; padding-left: 0.25em; padding-right: 0.25em; border: solid lightgrey 1px; color: black; white-space: nowrap; }
|
||||
input { background: white; min-height: 1.0em; padding: 0em; padding-left: 0.25em; padding-right: 0.25em; border: solid lightgrey 1px; color: black; white-space: nowrap; text-align: left; }
|
||||
textarea { background: white; min-height: 1.0em; padding: 0em; padding-left: 0.25em; padding-right: 0.25em; border: solid lightgrey 1px; color: black; white-space: pre; }
|
||||
button,
|
||||
input[type="button"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue