PHP Classes

File: engine/modules/core/wysiwyg/froala/plugins/fullscreen.css

Recommend this page to a friend!
  Classes of Aldo Tripiciano   Quanta CMS   engine/modules/core/wysiwyg/froala/plugins/fullscreen.css   Download  
File: engine/modules/core/wysiwyg/froala/plugins/fullscreen.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Quanta CMS
Manage content that works without a database
Author: By
Last change:
Date: 5 years ago
Size: 560 bytes
 

Contents

Class file image Download
/*! * froala_editor v2.3.5 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2016 Froala Labs */ body.fr-fullscreen { overflow: hidden; height: 100%; width: 100%; position: fixed; } .fr-box.fr-fullscreen { margin: 0 !important; position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 9990 !important; width: auto !important; } .fr-box.fr-fullscreen .fr-toolbar.fr-top { top: 0 !important; } .fr-box.fr-fullscreen .fr-toolbar.fr-bottom { bottom: 0 !important; }