mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-28 18:21:02 +00:00
Merge "(bug 40608) Width tweaks for consistency with surrounding elements"
This commit is contained in:
commit
c8fe3ba0bb
|
@ -9,6 +9,12 @@
|
|||
width: 100%;
|
||||
background-color: #E0EEf7;
|
||||
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 {
|
||||
outline: none;
|
||||
|
|
Loading…
Reference in a new issue