new static files.

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2015-06-08 23:26:27 -06:00
commit bb68c32ba5
772 changed files with 71557 additions and 0 deletions

View 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; }
}