new static files.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
5da7cfab99
commit
bb68c32ba5
772 changed files with 71557 additions and 0 deletions
19
static/cms/sass/includes/_content.scss
Normal file
19
static/cms/sass/includes/_content.scss
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
@charset "utf-8";
|
||||
/*!
|
||||
* @copyright: https://github.com/divio/django-cms
|
||||
*/
|
||||
|
||||
//######################################################################################################################
|
||||
// #PLUGIN
|
||||
.cms_plugin { display:inline; }
|
||||
|
||||
// #PLACEHOLDER
|
||||
.cms_placeholder { height:0px; overflow:hidden; }
|
||||
|
||||
.cms_render_model_icon { display: inline-block; width:18px; height:18px; padding: 0; margin: 0; cursor: pointer;
|
||||
img{ max-width: none; position: relative; padding: 0!important; margin: 0!important; background: url('../img/toolbar/render_model_icon.png') no-repeat; }
|
||||
}
|
||||
|
||||
.cms_render_model_add { display: inline-block; width:18px; height:18px; padding: 0; margin: 0; cursor: pointer;
|
||||
img{ max-width: none; position: relative; padding: 0!important; margin: 0!important; background: url('../img/toolbar/render_model_add.png') no-repeat; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue