diff --git a/e107_admin/theme.php b/e107_admin/theme.php index df8845447..89fb5dea2 100644 --- a/e107_admin/theme.php +++ b/e107_admin/theme.php @@ -190,7 +190,7 @@ class theme_admin_ui extends e_admin_ui // protected \$sortField = 'somefield_order'; // protected \$sortParent = 'somefield_parent'; // protected \$treePrefix = 'somefield_title'; - protected $grid = array('price'=>'price', 'version'=>'version','title'=>'name', 'image'=>'thumbnail', 'body'=>'', 'class'=>'col-md-2', 'perPage'=>12, 'carousel'=>true, 'toggleButton'=>false); + protected $grid = array('price'=>'price', 'version'=>'version','title'=>'name', 'image'=>'thumbnail', 'body'=>'', 'class'=>'col-md-2 col-sm-3', 'perPage'=>12, 'carousel'=>true, 'toggleButton'=>false); protected $fields = array( diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index adb65eb25..eb52642cf 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -75,7 +75,10 @@ a.core-mainpanel-link-icon:hover { text-decoration: none; filter: none; } .e-overlay .thumbnail { margin:0; } .admin-ui-grid img.fallback { opacity: 0.3; } -.admin-ui-grid img.thumbnail { max-width: 100% } +.admin-ui-grid img.thumbnail { max-width: 100%; height:auto; } +.admin-ui-grid .panel-footer { font-size:1em; /*height:30px; overflow:hidden*/} + + /* #admin-ui-carousel .carousel-inner { min-height: 65vh; } diff --git a/e107_themes/bootstrap3/css/kadmin.css b/e107_themes/bootstrap3/css/kadmin.css index e5db46575..080971e60 100644 --- a/e107_themes/bootstrap3/css/kadmin.css +++ b/e107_themes/bootstrap3/css/kadmin.css @@ -14497,7 +14497,7 @@ margin-bottom: 15px; } /* Large devices (large desktops, 1200px and up).col-lg */ -@media all and (min-width: 1200px) { +@media all and (min-width: 1800px) { .col-lg-2 { width: 12% } .col-lg-10 { width: 88% }