FileManager

This commit is contained in:
Kevin Adametz 2020-03-07 19:45:39 +01:00
parent c8948338bb
commit f1e0900a7a
131 changed files with 5844 additions and 3081 deletions

View file

@ -253,4 +253,91 @@ li li li li li div.dd-content-link {
.switcher-on-off.switcher .switcher-input:checked ~ .switcher-indicator {
background: #648859;
color: #fff;
}
}
.note-toolbar.card-header {
background-color: #f0f0f0;
}
@media (min-width: 992px){
.modal-xl {
max-width: 962px;
}
}
@media (min-width: 1200px){
.modal-xl {
max-width: 1170px;
}
}
figure {
border: 1px solid gainsboro;
display: inline-block;
}
figure p {
margin-bottom: 0.2rem;
}
figcaption {
display: block;
padding: 10px;
}
.figure-caption {
color: #595a5c;
}
.modal-xl.modal-dialog {
width: 98%;
height: 92%;
padding: 0;
}
.modal-xl .modal-content {
min-height: 99%;
}
.note-editor.note-frame.fullscreen, .note-editor.note-airframe.fullscreen {
z-index: 2040;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mediaA {
width: 98%;
margin-left: .9%;
margin-right: .9%;
display: block;
}
.mediaA img {
float: left;
width: 100%;
}
.mediaA .mediaInfo {
width: 100%;
float: left;
background-color: #648859;
color: #fff;
margin-bottom: 1rem;
}
.mediaA .mediaInfo p {
padding: 4px 4px 4px 8px;
margin: 0;
width: auto;
}