mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-28 02:00:34 +00:00
Merge "Allow a resizeable toolbar index"
This commit is contained in:
commit
de5f3932b9
|
@ -211,6 +211,7 @@
|
|||
width: 20%;
|
||||
height: 125px;
|
||||
overflow: auto;
|
||||
resize: horizontal;
|
||||
}
|
||||
.wikiEditor-ui-toolbar .booklet .index div {
|
||||
padding: 4px;
|
||||
|
@ -224,8 +225,6 @@
|
|||
cursor: default;
|
||||
}
|
||||
.wikiEditor-ui-toolbar .booklet .pages {
|
||||
float: right;
|
||||
width: 80%;
|
||||
height: 125px;
|
||||
overflow: auto;
|
||||
background-color: #FAFAFA;
|
||||
|
|
Loading…
Reference in a new issue