You are here

panels-bootstrap-layouts-admin.css in Panels Bootstrap Layouts 7.2

Same filename and directory in other branches
  1. 7.3 plugins/layouts/panels-bootstrap-layouts-admin.css
/*
 * ==========================================================
 * Grid
 * ==========================================================
 */
.panels-dnd .panel-region {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
}
.panels-dnd #panel-region-top {width: 98.0%;}
.panels-dnd #panel-region-bottom {width: 98.0%;}

.panels-dnd .bootstrap-threecol-stacked #panel-region-left {width: 31.333%;}
.panels-dnd .bootstrap-threecol-stacked #panel-region-middle {width: 31.333%;}
.panels-dnd .bootstrap-threecol-stacked #panel-region-right {width: 31.333%;}

.panels-dnd .bootstrap-twocol-stacked #panel-region-left {width: 48.0%;}
.panels-dnd .bootstrap-twocol-stacked #panel-region-right {width: 48.0%;}

File

plugins/layouts/panels-bootstrap-layouts-admin.css
View source
  1. /*
  2. * ==========================================================
  3. * Grid
  4. * ==========================================================
  5. */
  6. .panels-dnd .panel-region {
  7. display: inline;
  8. float: left;
  9. position: relative;
  10. margin-left: 1%;
  11. }
  12. .panels-dnd #panel-region-top {width: 98.0%;}
  13. .panels-dnd #panel-region-bottom {width: 98.0%;}
  14. .panels-dnd .bootstrap-threecol-stacked #panel-region-left {width: 31.333%;}
  15. .panels-dnd .bootstrap-threecol-stacked #panel-region-middle {width: 31.333%;}
  16. .panels-dnd .bootstrap-threecol-stacked #panel-region-right {width: 31.333%;}
  17. .panels-dnd .bootstrap-twocol-stacked #panel-region-left {width: 48.0%;}
  18. .panels-dnd .bootstrap-twocol-stacked #panel-region-right {width: 48.0%;}