diff --git a/cms/static/sass/_base.scss b/cms/static/sass/_base.scss index fc6c952ba5..9cbc4ed048 100644 --- a/cms/static/sass/_base.scss +++ b/cms/static/sass/_base.scss @@ -123,13 +123,8 @@ textarea { .wip { outline: 1px solid #f00 !important; position: relative; - - // &:after { - // content: "WIP"; - // font-size: 8px; - // padding: 2px; - // background: #f00; - // color: #fff; - // @include position(absolute, 0px 0px 0 0); - // } +} + +.hidden { + display: none; } diff --git a/cms/templates/widgets/module-dropdown.html b/cms/templates/widgets/module-dropdown.html index d5115d90c8..2fdd327cdd 100644 --- a/cms/templates/widgets/module-dropdown.html +++ b/cms/templates/widgets/module-dropdown.html @@ -2,27 +2,28 @@ + Add new module - - - - - - - - - - - - - - - - - - - - - - - + +