metadata-editor-workspace
Version:
Metadata Editor Workspace module for ME-Core Powered by Assyst
41 lines (35 loc) • 595 B
CSS
html, body{
font: arial;
height: 100%;
}
body {
background-color: #e6e6e6 ;
}
app {
float: left;
width: 100%;
height: 100%;
}
dashboard {
float: left;
width: 100%;
height: 100%;
}
workspace {
float: left;
width: 98%;
margin: 0% 1% 1% 1%;
background: #fff;
overflow: auto;
height: calc(100% - 106px);
}
project-manager {
float: left;
width: 100%;
height: 100%;
overflow: auto;
}
.me-workspace-for-dashboard{
margin-top: 3%;
height: calc(100% - 90px);
}