PHP Classes

File: src/stubs/skin/theme1/theme/vendors/laravel-filemanager/css/lfm.css

Recommend this page to a friend!
  Classes of Shun Ram   Laravel Admin   src/stubs/skin/theme1/theme/vendors/laravel-filemanager/css/lfm.css   Download  
File: src/stubs/skin/theme1/theme/vendors/laravel-filemanager/css/lfm.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Admin
Manage users and the site content they publish
Author: By
Last change:
Date: 1 year ago
Size: 1,690 bytes
 

Contents

Class file image Download
@media screen and (max-width: 768px) { #main { padding: 0px; } #nav { margin-bottom: -1px; } #content > .row { margin: 0px; } } @media screen and (min-width: 768px) { #main { border-left: 1px solid silver; } } #wrapper { padding: 0px; } #wrapper > .panel { border-radius: 0; } #wrapper > .panel > .panel-heading { border-radius: 0; } #wrapper > .panel > .panel-heading > .panel-title { padding: 10px 0; } #wrapper > .row { margin: 0px; } #fab a:hover, #fab a:focus{ color: white; } .item_name { width: 120px; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; } .clickable { cursor: pointer; } .img-preview { background-color: #f7f7f7; overflow: hidden; width: 100%; text-align: center; height: 200px; } .hidden { display: none; } .square { width: 100%; padding-bottom: 100%; position: relative; border: 1px solid rgb(221, 221, 221); border-radius: 3px; // max-width: 210px; max-height: 210px; } .visible-xs .square { width: 60px; } .square > img { padding: 5px; position: absolute; max-width: 100%; max-height: 100%; margin: 0 auto; display: inline-block; vertical-align: middle; } .square > i { font-size: 80px; padding: 5px; position: absolute; top: calc(50% - 40px); left: calc(50% - 40px); } .visible-xs .square > i { font-size: 50px; padding: 0px auto; padding-top: 5px; top: calc(50% - 25px); left: calc(50% - 25px); } .caption { margin-top: 10px; margin-bottom: 20px; } .caption > .btn-group { width: 100%; } .caption > .btn-group > .item_name { width: calc(100% - 25px); } .caption > .btn-group > .dropdown-toggle { width: 25px; }