Merge "Allow a resizeable toolbar index"

This commit is contained in:
jenkins-bot 2015-02-05 12:44:02 +00:00 committed by Gerrit Code Review
commit de5f3932b9

View file

@ -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;