Merge "(bug 40608) Width tweaks for consistency with surrounding elements"

This commit is contained in:
Ori.livneh 2012-12-14 07:23:20 +00:00 committed by Gerrit Code Review
commit c8fe3ba0bb

View file

@ -9,6 +9,12 @@
width: 100%; width: 100%;
background-color: #E0EEf7; background-color: #E0EEf7;
border: solid silver 1px; border: solid silver 1px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wikiEditor-ui textarea {
width: 100%;
} }
.wikiEditor-ui textarea:focus { .wikiEditor-ui textarea:focus {
outline: none; outline: none;