You are here

cms-core.css in Glazed CMS Core 7

/*
 * Bootstrap 3 grid, with some modifications to play nice with Drupal and CKEditor
 */

img {
  width: auto; /* Prevent squishing of large images in all themes */
  height: auto;
}

.carousel img {
  margin:0!important;
}

.cms-core-util-clear-both,
.clear-both {
  clear:both;
}

.cms-core-util-right,
.clear-right {
  clear: right;
}

.cms-core-util-left,
.clear-left {
  clear: left;
}

.cms-core-util-single-line {
  height: 1.3em;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.views-bootstrap-grid-plugin-style .row img {
  width: 100%;
}

File

cms-core.css
View source
  1. /*
  2. * Bootstrap 3 grid, with some modifications to play nice with Drupal and CKEditor
  3. */
  4. img {
  5. width: auto; /* Prevent squishing of large images in all themes */
  6. height: auto;
  7. }
  8. .carousel img {
  9. margin:0!important;
  10. }
  11. .cms-core-util-clear-both,
  12. .clear-both {
  13. clear:both;
  14. }
  15. .cms-core-util-right,
  16. .clear-right {
  17. clear: right;
  18. }
  19. .cms-core-util-left,
  20. .clear-left {
  21. clear: left;
  22. }
  23. .cms-core-util-single-line {
  24. height: 1.3em;
  25. overflow:hidden;
  26. text-overflow: ellipsis;
  27. white-space: nowrap;
  28. width: 100%;
  29. }
  30. .views-bootstrap-grid-plugin-style .row img {
  31. width: 100%;
  32. }