List plugin improvements (#151)

* Fix

* Merge branch 'master' into list-hotfix

# Conflicts:
#	codex-editor.js
#	codex-editor.js.map
#	package.json
#	whatwg-fetch.js.map

* styles updted

* Ctrl+A fix

* Add comment to the new methods
This commit is contained in:
George Berezhnoy 2017-02-11 13:53:45 +03:00 committed by Peter Savchenko
commit 4b33f59031
10 changed files with 135 additions and 90 deletions

View file

@ -238,7 +238,7 @@
display: flex;
}
.cdx-plugin-settings__item {
.cdx-plugin-settings--horisontal .cdx-plugin-settings__item {
flex: 1 0 auto;
text-align: center;
}
@ -275,7 +275,8 @@
border-bottom: 1px solid #e7e9f1;
}
.ce-settings__item i {
.ce-settings__item i,
.cdx-plugin-settings__item i {
min-width: 16px;
margin-right: 1.3em;
}