PHP Classes

File: Web/styles/sass/_burge-file-man.scss

Recommend this page to a friend!
  Classes of Burge Lab   Burge CMF   Web/styles/sass/_burge-file-man.scss   Download  
File: Web/styles/sass/_burge-file-man.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Burge CMF
Framework to publish managed content
Author: By
Last change:
Date: 7 years ago
Size: 597 bytes
 

Contents

Class file image Download
.burgeFileMan { position: fixed; width:100%; height:100%; top:0; left:0; display: block; background-color:rgba(160,160,160,.6); } .burgeFileMan .bmain { position: absolute; width:90%; height:90%; top:5%; left:5%; border:10px solid #aaa; } .burgeFileMan .bheader { direction: ltr; background: white; font-size: 30px; padding:10px; display:block; height:60px; border-bottom: 2px solid #eee } .burgeFileMan .close { position: absolute; right:10px; top:5px; padding:0 10px; } .burgeFileMan iframe { position:relative; width:100%; border:0; height:calc(100% - 60px); }