Files
faveo/public/vendor/laravel-filemanager/css/lfm.css
Bhanu Slathia c710c20b9e Update v1.0.6
2016-02-16 23:22:09 +05:30

58 lines
666 B
CSS
Vendored

html, body {
height: 100%;
}
.img-row {
overflow: visible;
margin-bottom: 10px;
}
.container {
height: 100%;
margin-left: 5px;
margin-right: 5px;
width: 99%;
}
.fill {
height: 100%;
min-height: 100%;
}
.wrapper {
height: 100%;
}
#lfm-leftcol {
min-height: 80%;
}
#right-nav {
border-left: 1px solid silver;
height: 90%;
min-height: 90%;
}
#content {
overflow: auto;
}
#tree1 {
margin-left: 5px;
}
.pointer {
cursor: pointer;
}
.img-preview {
background-color: #f7f7f7;
overflow: hidden;
width: 100%;
text-align: center;
height: 200px;
}
.hidden {
display: none;
}